Difference between revisions of "TileName"

From Wiki
Jump to: navigation, search
 
Line 1: Line 1:
__NOTOC__
+
{{header|tile|ro|The #tileName system variable determines the name for the last tile read using the [[tile]] command.
== #tileName ==
+
'''Tile System Variables'''
+
=== Description ===
+
{{ro}}
+
  
The #tileName system variable determines the name for the last tile read using the [[tile]] command.
+
There are over 3000 values for tile names. Some of the more usefull names include Water, Rock, Cave_Floor, Cave_Wall, and variations that include the word Tree (for example "Ohii_Tree").}}
 
+
There are over 1000 values for tile names. Some of the more usefull names include Water, Rock, Cave_Floor, Cave_Wall, and variations that include the word Tree (for example "Ohii_Tree").
+
  
 
==== Example ====
 
==== Example ====
Line 19: Line 13:
  
 
</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:30, 26 August 2005

The #tileName system variable determines the name for the last tile read using the tile command.

There are over 3000 values for tile names. Some of the more usefull names include Water, Rock, Cave_Floor, Cave_Wall, and variations that include the word Tree (for example "Ohii_Tree").

Example


tile init

Tile get #charPosX #charPosY 1
display ok The tile at X: , #charPosX , #spc , / Y: , #charPosY , #spc , has the following Name:$ , #tileName
halt

See also

Main Page Documentation