Difference between revisions of "TileType"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
== #tileType ==
+
{{header|tile|ro|The #tileType system variable shows the numeric value of the last tile read using the [[tile]] command.
'''Tile System Variables'''
+
=== Description ===
+
{{ro}}
+
  
The #tileType system variable shows the numeric value of the last tile read using the [[tile]] command.
+
Each tile graphic in the map files has a unique identifier, which is represented in EasyUO with the #tileType value.}}
 
+
Each tile graphic in the map files has a unique identifier, which is represented in Easy UO with the #tileType value.
+
  
 
==== Example ====
 
==== Example ====
Line 19: Line 14:
  
 
</pre>
 
</pre>
==== See Also ====
+
{{footer}}
{|
+
| Width=200px | [[tile]] || Width=200px | [[Var_tileZ|&#0035;tileZ]] || Width=200px | [[Var_tileCnt|&#0035;tileCnt]]
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#Tile|Tile System Variables]]
+
|}
+

Revision as of 12:29, 26 August 2005

The #tileType system variable shows the numeric value of the last tile read using the tile command.

Each tile graphic in the map files has a unique identifier, which is represented in EasyUO with the #tileType value.

Example


tile init

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

See also

Main Page Documentation