| Blitzbasic mapengine function | |||||||||
| code=layer_getcode (layer.layer, x, y) | |||||||||
| Description | |||||||||
| Return tile-code from tile coordinate X,Y. You need layer type handle (search with layer_find). Valid return values are: 0=void, 1=frame, 2=anim. | |||||||||
| Parameter | |||||||||
|
|||||||||
| Return value | |||||||||
|
0=void 1=frame 2=anim |