Difference between revisions of "Sysvar"
From WikiManual
(→System variables you're likely to see in Robot DNA:) |
(→System variables you're likely to see in Robot DNA:) |
||
Line 14: | Line 14: | ||
|- | |- | ||
{{Movement}} | {{Movement}} | ||
+ | {{Chloroplasts}} | ||
{{Shooting}} | {{Shooting}} | ||
{{Shot}} | {{Shot}} | ||
Line 21: | Line 22: | ||
{{Body}} | {{Body}} | ||
{{Virus}} | {{Virus}} | ||
+ | {{Defense}} | ||
{{Tie}} | {{Tie}} | ||
{{Multibot}} | {{Multibot}} | ||
{{Sharing}} | {{Sharing}} | ||
− | |||
{{in and out}} | {{in and out}} | ||
{{Memloc and Memval}} | {{Memloc and Memval}} | ||
{{Population}} | {{Population}} | ||
− | |||
{{RefVar}} | {{RefVar}} | ||
{{Myvar}} | {{Myvar}} |
Revision as of 19:03, 11 October 2014
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". Because even if you write in that address, many things will automatically overwrite this value each cycle.
- 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.