com.springrts.ai.event
Class UnitIdleAIEvent

java.lang.Object
  extended by Structure
      extended by com.springrts.ai.AIEvent
          extended by com.springrts.ai.event.UnitIdleAIEvent

public final class UnitIdleAIEvent
extends AIEvent

This AI event is sent when a unit finnished processing a command or just finished building, and it has currently no commands in it's queue.


Field Summary
static int TOPIC
           
 int unit
           
 
Constructor Summary
UnitIdleAIEvent(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

UnitIdleAIEvent

public UnitIdleAIEvent(Pointer memory)
Method Detail

getTopic

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