Get16x16TileInfo¶
Description¶
Gets the value for infoType
from the tile at tileX
, tileY
and stores it in store
.
Parameters¶
store
-
The variable that will store the tile's specified
infoType
data. tileX
-
Position of the 16x16 tile in the map on the horizontal axis.
tileY
-
Position of the 16x16 tile in the map on the vertical axis.
infoType
-
The ID for the type of info read from the tile. The valid values are:
-
- 0 (
TILEINFO_INDEX
)
- 0 (
-
- 1 (
TILEINFO_DIRECTION
)
- 1 (
-
- 2 (
TILEINFO_VISUALPLANE
)
- 2 (
-
- 3 (
TILEINFO_SOLIDITYA
)
- 3 (
-
- 4 (
TILEINFO_SOLIDITYB
)
- 4 (
-
- 5 (
TILEINFO_FLAGSA
)
- 5 (
-
- 6 (
TILEINFO_ANGLEA
)
- 6 (
-
- 7 (
TILEINFO_FLAGSB
)
- 7 (
-
- 8 (
TILEINFO_ANGLEB
)
- 8 (
Return Value¶
Sets store
to the chunk ID.