8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
#title GetTile [RCBasic Doc]
|
|
#header Function GetTile(tilemap, x, y)
|
|
|
|
Returns the tile at a specified location on a tilemap
|
|
|
|
Note: (x, y) is a tile position, not an actual coordinate on the map
|
|
|