- This wiki is out of date, use the continuation of this wiki instead
Predefined graphcodes
From FenixWiki
(Difference between revisions)
Revision as of 23:56, 3 May 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Current revision (10:42, 11 July 2008) (edit) (undo) Sandman (Talk | contribs) |
||
(One intermediate revision not shown.) | |||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
Predefined graphcodes can be used as [[GraphID]]'s in some cases. | Predefined graphcodes can be used as [[GraphID]]'s in some cases. | ||
+ | |||
+ | [[Functions]] using [[graphic]]s is the most common case. | ||
== List == | == List == | ||
Line 8: | Line 10: | ||
| ''Constant'' || - ''Value'' || - ''Description'' | | ''Constant'' || - ''Value'' || - ''Description'' | ||
|- | |- | ||
- | | BACKGROUND || - 0 || - The | + | | BACKGROUND || - 0 || - The graphic of the background ([[local variable]] [[graph]] of a [[process]] won't work with this). |
|- | |- | ||
- | | SCREEN || - -1 || - The | + | | SCREEN || - -1 || - The graphic of the screen (its center is (0,0)). |
|} | |} |
Current revision
[edit] Definition
Predefined graphcodes can be used as GraphID's in some cases.
Functions using graphics is the most common case.
[edit] List
Constant | - Value | - Description |
BACKGROUND | - 0 | - The graphic of the background (local variable graph of a process won't work with this). |
SCREEN | - -1 | - The graphic of the screen (its center is (0,0)). |