SetTileLayerEntry¶
Description¶
Sets the chunk at chunkX, chunkY in tile layer layer to the index of value.
Parameters¶
value-
The index value of the new chunk.
layer-
The ID of the layer where the chunk comes from. The valid values are:
-
- 0 (
DEFORM_FG)
- 0 (
-
- 1 (
DEFORM_FG_WATER)
- 1 (
-
- 2 (
DEFORM_BG)
- 2 (
-
- 3 (
DEFORM_BG_WATER)
- 3 (
chunkX-
Position of the 128x128 chunk in the map on the horizontal axis.
chunkY-
Position of the 128x128 chunk in the map on the vertical axis.
Return Value¶
None.