Function CreateTileMap(tileset, widthInTiles, heightInTiles)
Returns a new tile map.
Parameters
-
tileset - A tileset Id. ( Tilesets are created with CreateTileSet() )
-
widthInTiles - The number of tiles wide ( Note: Not the pixel width but number of tiles )
-
widthInTiles - The number of tiles high ( Note: Not the pixel height but number of tiles )
Related:
CreateTileSet