Difference between revisions of "FindZ"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{header|FindItem|ro|The [[Var_findZ|#findZ]] system variable contains the z-coordinate of the object returned by [[findItem|findItem]]. If [[Var_findKind|#findKind]] equals 0, the coordinate is a screen coordinate, if [[Var_findKind|#findKind]] equals 1, the coordinate is a world coordinate.}}
== #findZ ==
+
'''FindItem System Variables'''
+
=== Description ===
+
{{ro}}
+
  
The [[Var_findZ|#findZ]] system variable contains the z-coordinate of the object returned by [[findItem|findItem]]. If [[Var_findKind|#findKind]] equals 0, the coordinate is a screen coordinate, if [[Var_findKind|#findKind]] equals 1, the coordinate is a world coordinate.
+
{{Example|
  
==== Example ====
+
}}
<pre>
+
  
 
+
{{footer}}
</pre>
+
==== See Also ====
+
{|
+
| Width=200px | [[findItem|findItem]] || Width=200px | [[Var_findID|&#0035;findID]]|| Width=200px | [[Var_findType|&#0035;findType]] || Width=200px | [[Var_findX|&#0035;findX]] || Width=200px | [[Var_findY|&#0035;findY]] || Width=200px | [[Var_findDist|&#0035;findDist]] || Width=200px | [[Var_findKind|&#0035;findKind]] || Width=200px | [[Var_findStack|&#0035;findStack]] || Width=200px | [[Var_findBagID|&#0035;findBagID]] || Width=200px | [[Var_findMod|&#0035;findMod]] || Width=200px | [[Var_findRep|&#0035;findRep]] || Width=200px | [[Var_findCol|&#0035;findCol]] || Width=200px | [[Var findIndex|&#0035;findIndex]] || Width=200px | [[Var_findCnt|&#0035;findCnt]]
+
+
|}
+
----
+
{|
+
| Width=200px | [[Main_Page]] || Width=200px | [[Documentation]] || Width=200px | [[Documentation#FindItem|FindItem System Variables]]
+
|}
+

Revision as of 14:01, 26 August 2005

The #findZ system variable contains the z-coordinate of the object returned by findItem. If #findKind equals 0, the coordinate is a screen coordinate, if #findKind equals 1, the coordinate is a world coordinate.

Template:Example

See also

Main Page Documentation