Name | Description |
cInstructionNone = 0; |
defaults |
cInstructionFetch = 1; |
|
cInstructionMove = 2; |
|
cInstructionKick = 3; |
|
cInstructionGrab = 4; |
|
cInstructionJump = 5; |
|
cInstructionDrop = 6; |
|
cInstructionTurnLeft = 7; |
|
cInstructionTurnRight = 8; |
|
cInstructionMoveAway = 9; |
|
cInstructionGive = 10; |
|
cInstructionBonk = 11; |
|
cInstructionKickReturn = 12; |
|
cGoalNone = 0; |
|
cGoalFetch = 1; |
|
cPlanFinished = 0; |
|
cPlanNone = 1; |
|
cPlanMove = 2; |
|
cPlanKick = 3; |
|