- This wiki is out of date, use the continuation of this wiki instead
Z
From FenixWiki
(Difference between revisions)
Revision as of 19:38, 14 November 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Current revision (12:19, 19 June 2008) (edit) (undo) 86.70.220.11 (Talk) (→See also) |
||
(One intermediate revision not shown.) | |||
Line 9: | Line 9: | ||
== Definition == | == Definition == | ||
- | '''INT''' z | + | '''INT''' z = 0 |
z is a predefined [[local variable]]. It defines the order in which the [[process]] is drawn relative to the other processes currently running. | z is a predefined [[local variable]]. It defines the order in which the [[process]] is drawn relative to the other processes currently running. | ||
Line 16: | Line 16: | ||
== See also == | == See also == | ||
+ | * [[x]] | ||
+ | * [[y]] | ||
+ | * [[size]] | ||
* [[text_z]] | * [[text_z]] | ||
{{Locals}} | {{Locals}} |
Current revision
[edit] Definition
INT z = 0
z is a predefined local variable. It defines the order in which the process is drawn relative to the other processes currently running.
By default, new processes are stacked, older processes appear behind others in order. The z variable lets you control this. The lower the value, the closer the process will appear to the player.
[edit] See also
Local variables | |
• Angle • Bigbro • Father • File • Flags • Graph • Id • Region • Reserved • Resolution • Size • Size_x • Size_y • Smallbro • Son • X • Y • Z • |