com.springrts.ai.event
Class DefaultInitAIEvent

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

public final class DefaultInitAIEvent
extends AIEvent

This AI event initializes a Skirmish AI instance. It is sent only once per AI instance and game, as the very first event.


Field Summary
 DefaultAICallback callback
           
 int team
           
static int TOPIC
           
 
Constructor Summary
DefaultInitAIEvent(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

team

public int team

callback

public DefaultAICallback callback
Constructor Detail

DefaultInitAIEvent

public DefaultInitAIEvent(Pointer memory)
Method Detail

getTopic

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