.maxvel |
11
|
.velscalar |
196
|
.velsx |
197
|
.veldx |
198
|
.veldn |
199
|
.velup |
200
|
.vel |
200
|
.edge |
214 set to 1 if the bot has hit the edge of the screen.
|
.fixed |
215 - A value of 0 means the robot can move freely. A value of 1 means it is fixed in place (like a blocked alga)
|
.fixpos |
216 - Set this to any non-zero number to anchor your bot in place. Set it to zero to allow your bot to move freely.
|
.xpos |
219 - Reads back a bot's horizontal position with the left side representing zero
|
.ypos |
217 - Reads back a bot's vertical position with the top representing zero. ypos shares the same memloc as depth. These are completely interchangable.
|
.depth |
217 - Reads back a bot's vertical position with the top representing zero. ypos shares the same memloc as depth. These are completely interchangable.
|