Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Type Robot field=1
- CurPos as COORD
- CurPosPx as COORD
- Direction as Integer 'Current direction the robot is facing
- OldPos as COORD
- OldPosPx as COORD
- OldDirection as Integer 'Old direction the robot is facing
- iUserRobot as Integer 'is the user's robot?
- ModeFlag as uByte 'Run code or do animation? (0 = code, 0xFF = animate)
- Sprite as any ptr 'Sprite of the robot
- CPUID as integer 'Identifies which CPU core to use
- CPU as any ptr 'Virtual CPU for the robot
- End Type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement