- This wiki is out of date, use the continuation of this wiki instead
Text z
From FenixWiki
(Difference between revisions)
| Revision as of 23:15, 27 June 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 08:44, 7 August 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
| Line 5: | Line 5: | ||
| '''INT''' text_z | '''INT''' text_z | ||
| - | Text_z is a [[global variable]]. When a dynamic text is created ([[write]](), etc), its Z value will equal the value of text_z at the moment of creation. | + | Text_z is a [[global variable]]. When a [[dynamic text]] is created ([[write]](), etc), its Z value will equal the value of text_z at the moment of creation. The default value is -256. |
| - | See also [[TextID]] | + | == See also == |
| + | * [[z]] | ||
| + | * [[TextID]] | ||
Revision as of 08:44, 7 August 2007
Definition
INT text_z
Text_z is a global variable. When a dynamic text is created (write(), etc), its Z value will equal the value of text_z at the moment of creation. The default value is -256.
