public interface IAdvancedEvents
IAdvancedRobot.IAdvancedRobot| Modifier and Type | Method and Description |
|---|---|
void |
onCustomEvent(CustomEvent event)
This method is called when a custom condition is met.
|
void |
onSkippedTurn(SkippedTurnEvent event)
This method is called if the robot is using too much time between
actions.
|
void onSkippedTurn(SkippedTurnEvent event)
event - the skipped turn event set by the gameSkippedTurnEvent,
Eventvoid onCustomEvent(CustomEvent event)
sample.Target
robot.event - the custom event that occurredAdvancedRobot.addCustomEvent(robocode.Condition),
CustomEvent,
EventCopyright © 2016. All rights reserved.