Difference between revisions of "TileZ"

From Wiki
Jump to: navigation, search
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
+
{{header|tile|ro|The #tileZ system variable determines the z-coordinate for the last tile read using the [[tile]] command.}}
== #tileCnt ==
+
'''Tile System Variables'''
+
=== Description ===
+
{{ro}}
+
 
+
The #tileZ system variable determines the z-coordinate for the last tile read using the [[tile]] command.
+
  
 
==== Example ====
 
==== Example ====
Line 17: Line 11:
  
 
</pre>
 
</pre>
==== See Also ====
+
=See Also=
{|
+
{{Tile}}
| Width=200px | [[tile]] || Width=200px | [[Var_tileType|&#0035;tileType]] || Width=200px | [[Var_tileCnt|&#0035;tileCnt]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Tile|Tile System Variables]]
+
|}
+

Latest revision as of 10:16, 13 September 2007

The #tileZ system variable determines the z-coordinate for the last tile read using the tile command.

Example


tile init

Tile cnt #charPosX #charPosY #cursKind
display ok The Z value of the tile at X: , #charPosX , #spc , / Y: , #charPosY , #spc , is: , #tileZ
halt

See Also

Tile

  • These system variables contain data gathered using the tile command.
#tileType Returns the type of the last read tile
#tileZ Returns the z-coordinate of the last read tile
#tileCnt Returns the number of tile layers of the last read position
#tileName Returns the name of the last read tile
#tileFlags Returns the flags of the last read tile