Difference between revisions of "Sysvar"
From WikiManual
m (Added population sysvars) |
m |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | Sysvars (System Variables) are named memory | + | Sysvars (System Variables) are named memory address for variable integers. |
Every Bot has its own memory to store its situation and what actions it will do every cycle. | Every Bot has its own memory to store its situation and what actions it will do every cycle. | ||
Line 40: | Line 40: | ||
*[[Operator]]s listing Algorithms. | *[[Operator]]s listing Algorithms. | ||
*[[Sysvars2.21|Sysvars2.21.txt]] another list limited for DB Version 2.37 | *[[Sysvars2.21|Sysvars2.21.txt]] another list limited for DB Version 2.37 | ||
− | *[[Racial memory]] gets copied | + | *[[Racial memory]] gets copied through the birth tie. |
Revision as of 21:17, 3 July 2008
Sysvars (System Variables) are named memory address for variable integers.
Every Bot has its own memory to store its situation and what actions it will do every cycle.
- Most of them cause an action each cycle if they store a number that is not 0, like "commands".
- Some store actual information each cycle, so they are basically "read only".
- A Few of them cause no actions and only change by command, like free "variables".
System variables you're likely to see in Robot DNA:
Also see:
- Operators listing Algorithms.
- Sysvars2.21.txt another list limited for DB Version 2.37
- Racial memory gets copied through the birth tie.