- 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 |
Current revision (19:07, 3 April 2008) (edit) (undo) Sandman (Talk | contribs) m |
||
(4 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
[[Category:variables]] | [[Category:variables]] | ||
+ | [[category:predefined]] | ||
[[Category:global variables]] | [[Category:global variables]] | ||
+ | |||
+ | [[Global variables|'''Up to Global Variables''']] | ||
+ | |||
+ | ---- | ||
+ | |||
== Definition == | == Definition == | ||
- | '''INT''' text_z | + | '''INT''' text_z = -256 |
+ | |||
+ | '''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 == | |
+ | * [[z]] | ||
+ | * [[text_flags]] | ||
+ | * [[TextID]] | ||
- | + | {{Globals}} |
Current revision
[edit] Definition
INT text_z = -256
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.
[edit] See also
Global variables | |
• Argc • Argv • Cdinfo • Dump_type • Fading • Fileinfo • Fps • Frame_time • Full_screen • Graph_mode • Mouse • Os_id • Restore_type • Scale_mode • Scroll • Sound_channels • Sound_freq • Sound_mode • Text_flags • Text_z • Timer • |