com.springrts.ai.event
Class UnitFinishedAIEvent

java.lang.Object
  extended by Structure
      extended by com.springrts.ai.AIEvent
          extended by 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.


Field Summary
static int TOPIC
           
 int unit
           
 
Constructor Summary
UnitFinishedAIEvent(Pointer memory)
           
 
Method Summary
 int getTopic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPIC

public static final int TOPIC
See Also:
Constant Field Values

unit

public int unit
Constructor Detail

UnitFinishedAIEvent

public UnitFinishedAIEvent(Pointer memory)
Method Detail

getTopic

public int getTopic()
Specified by:
getTopic in class AIEvent