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, setPriority
public RadarTurnCompleteCondition(AdvancedRobot robot)
robot
- your robot, which must be a AdvancedRobot
public RadarTurnCompleteCondition(AdvancedRobot robot, int priority)
robot
- your robot, which must be a AdvancedRobot
priority
- the priority of this conditionCondition.setPriority(int)
Copyright © 2018. All rights reserved.