Difference between revisions of "TileFlags"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|tile|ro|The #tileFlags system variable determines the flags for the last tile read using the [[tile]] command.
== #tileFlags ==
+
'''Tile System Variables'''
+
=== Description ===
+
{{ro}}
+
  
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:}}
  
Possible values include those listed in the following table:
 
 
{|border="1"
 
{|border="1"
 
|+Tile Flag Values
 
|+Tile Flag Values
Line 38: Line 33:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[tile]] || Width=200px | [[Var_tileType|&#0035;tileType]] || Width=200px | [[Var_tileZ|&#0035;tileZ]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Tile|Tile System Variables]]
+
|}
+

Revision as of 12:31, 26 August 2005

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:

Tile Flag Values
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

Main Page Documentation