- This wiki is out of date, use the continuation of this wiki instead
Predefined graphcodes
From FenixWiki
(Difference between revisions)
Revision as of 20:04, 25 February 2008 (edit) Sandman (Talk | contribs) m (→Definition) ← Previous diff |
Current revision (10:42, 11 July 2008) (edit) (undo) Sandman (Talk | contribs) |
||
Line 5: | Line 5: | ||
[[Functions]] using [[graphic]]s is the most common case. | [[Functions]] using [[graphic]]s is the most common case. | ||
- | |||
- | The [[local variable]] [[graph]] of a [[process]] won't work with these. | ||
== List == | == List == | ||
Line 12: | 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)). |