- This wiki is out of date, use the continuation of this wiki instead
Predefined graphcodes
From FenixWiki
(Difference between revisions)
Revision as of 00:38, 3 May 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Current revision (10:42, 11 July 2008) (edit) (undo) Sandman (Talk | contribs) |
||
(2 intermediate revisions not shown.) | |||
Line 4: | Line 4: | ||
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 == | ||
{| | {| | ||
| ''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)). |