- This wiki is out of date, use the continuation of this wiki instead
Coordinatenumber flags
From FenixWiki
(Difference between revisions)
| Revision as of 00:33, 3 May 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Current revision (23:55, 3 May 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
| (2 intermediate revisions not shown.) | |||
| Line 4: | Line 4: | ||
| Coordinatenumber flags are used to set which [[scroll]] or [[mode_7]] coordinate system should display a [[process]], by assigning them to the [[local variable]] [[cnumber]] of that process. This only has influence on scrolls or mode_7 coordinate systems, not on the screen's coordinate system. | Coordinatenumber flags are used to set which [[scroll]] or [[mode_7]] coordinate system should display a [[process]], by assigning them to the [[local variable]] [[cnumber]] of that process. This only has influence on scrolls or mode_7 coordinate systems, not on the screen's coordinate system. | ||
| - | How to change the used coordinate system, see [[ctype]] and | + | How to change the used coordinate system, see [[ctype]] and [[Coordinatetype modes|its constants]]. |
| + | == List == | ||
| {| | {| | ||
| | ''Constant'' || - ''Value'' || - ''Description'' | | ''Constant'' || - ''Value'' || - ''Description'' | ||
| + | |- | ||
| | C_0 || - 1 || - Display the process in the scroll/mode_7-view with ID 0 | | C_0 || - 1 || - Display the process in the scroll/mode_7-view with ID 0 | ||
| |- | |- | ||
Current revision
[edit] Definition
Coordinatenumber flags are used to set which scroll or mode_7 coordinate system should display a process, by assigning them to the local variable cnumber of that process. This only has influence on scrolls or mode_7 coordinate systems, not on the screen's coordinate system.
How to change the used coordinate system, see ctype and its constants.
[edit] List
| Constant | - Value | - Description |
| C_0 | - 1 | - Display the process in the scroll/mode_7-view with ID 0 |
| C_1 | - 2 | - Display the process in the scroll/mode_7-view with ID 1 |
| C_2 | - 4 | - Display the process in the scroll/mode_7-view with ID 2 |
| C_3 | - 8 | - Display the process in the scroll/mode_7-view with ID 3 |
| C_4 | - 16 | - Display the process in the scroll/mode_7-view with ID 4 |
| C_5 | - 32 | - Display the process in the scroll/mode_7-view with ID 5 |
| C_6 | - 64 | - Display the process in the scroll/mode_7-view with ID 6 |
| C_7 | - 128 | - Display the process in the scroll/mode_7-view with ID 7 |
| C_8 | - 256 | - Display the process in the scroll/mode_7-view with ID 8 |
| C_9 | - 512 | - Display the process in the scroll/mode_7-view with ID 9 |
