Difference between revisions of "Sysvar"
From WikiManual
m (→Sysvars: ties and multibots split) |
m |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
+ | Sysvars are named memory adresses for variable integers. | ||
− | + | *Most of them cause an action each cycle they are not zero. | |
+ | *Some store actual information each cycle, so they are basically "read only". | ||
+ | *Few cause no actions at all and are free "variables". | ||
− | == | + | Each Bot has its own memory to store its situation and what actions it will do. |
+ | |||
+ | ==System variables you're likely to see in [[Robot DNA]]:== | ||
{| border="0" | {| border="0" | ||
|- | |- | ||
Line 30: | Line 34: | ||
|} | |} | ||
− | Algorithms are listed as [[Operators]]. | + | ---- |
+ | |||
+ | Also see: | ||
+ | *Algorithms are listed as [[Operators]]. | ||
+ | *[[Sysvars2.21|Sysvars2.21.txt]] for DB Version 2.37 |
Revision as of 14:42, 31 January 2006
Sysvars are named memory adresses for variable integers.
- Most of them cause an action each cycle they are not zero.
- Some store actual information each cycle, so they are basically "read only".
- Few cause no actions at all and are free "variables".
Each Bot has its own memory to store its situation and what actions it will do.
System variables you're likely to see in Robot DNA:
Also see:
- Algorithms are listed as Operators.
- Sysvars2.21.txt for DB Version 2.37