| Constructor | Description |
|---|---|
RadarTurnCompleteCondition(AdvancedRobot robot) |
Creates a new RadarTurnCompleteCondition with default priority.
|
RadarTurnCompleteCondition(AdvancedRobot robot,
int priority) |
Creates a new RadarTurnCompleteCondition with the specified priority.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
cleanup() |
Called by the system in order to clean up references to internal objects.
|
boolean |
test() |
Tests if the radar has stopped turning.
|
getName, getPriority, setName, setPrioritypublic RadarTurnCompleteCondition(AdvancedRobot robot)
robot - your robot, which must be a AdvancedRobotpublic RadarTurnCompleteCondition(AdvancedRobot robot, int priority)
robot - your robot, which must be a AdvancedRobotpriority - the priority of this conditionCondition.setPriority(int)Copyright © 2018. All rights reserved.