Difference between revisions of "FindZ"

From Wiki
Jump to: navigation, search
Line 1: Line 1:
{{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.}}
+
{{header|FindItem|ro|The #findZ system variable contains the z-coordinate of the object returned by [[findItem]]. If [[findKind|#findKind]] equals 0, the coordinate is a screen coordinate, if [[findKind|#findKind]] equals 1, the coordinate is a world coordinate.}}
  
{{Example|
+
== Example ==
 +
<pre>
  
}}
+
</pre>
  
 
{{footer}}
 
{{footer}}

Revision as of 07:38, 27 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.

Example


See also

Main Page Documentation