Files
RCBASIC4/doc/files/createtilemap.txt
2026-02-26 15:33:51 -06:00

15 lines
441 B
Plaintext

#title CreateTileMap [RCBasic Doc]
#header Function CreateTileMap(tileset, widthInTiles, heightInTiles)
Returns a new tile map.
Parameters
#list ul
#li tileset - A tileset Id. ( Tilesets are created with CreateTileSet() )
#li widthInTiles - The number of tiles wide ( Note: Not the pixel width but number of tiles )
#li widthInTiles - The number of tiles high ( Note: Not the pixel height but number of tiles )
#/list
#ref CreateTileSet