Difference between revisions of "TileFlags"
From Wiki
Line 43: | Line 43: | ||
|} | |} | ||
---- | ---- | ||
− | [[Documentation]] | + | {| |
+ | | Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Tile|Tile System Variables]] | ||
+ | |} |
Revision as of 18:13, 8 August 2005
#tileFlags
Tile System Variables
Description
⇒
The #tileFlags system variable determines the flags for the last tile read using the tile command.
Possible values include those listed in the following table:
Background | Weapon | Transparent | Translucent |
Wall | Damaging | Impassable | Wet |
Unknown | Surface | Bridge | GenericStackable |
Window | NoShoot | PrefixA | PrefixAn |
Internal | Foliage | PartialHue | Unknown1 |
Map | Container | Wearable | LightSource |
Animated | NoDiagonal | Unknown2 | Armor |
Roof | Door | StairBack | StairRight |
Example
tile init Tile get #charPosX #charPosY 1 display ok The tile at X: , #charPosX , #spc , / Y: , #charPosY , #spc , has the following Flags:$ , #tileFlags halt
See Also
tile | #tileType | #tileZ |
Main_Page | Documentation | Tile System Variables |