com.springrts.ai.event
Class UnitFinishedAIEvent
java.lang.Object
Structure
com.springrts.ai.AIEvent
com.springrts.ai.event.UnitFinishedAIEvent
public final class UnitFinishedAIEvent
- extends AIEvent
This AI event is sent whenever a unit is fully built, and contains the
finnished unit. Usually, the unit has full health at this time, and is ready
to accept commands; see also the unit-created event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOPIC
public static final int TOPIC
- See Also:
- Constant Field Values
unit
public int unit
UnitFinishedAIEvent
public UnitFinishedAIEvent(Pointer memory)
getTopic
public int getTopic()
- Specified by:
getTopic
in class AIEvent