com.springrts.ai.event
Class InitAIEvent

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

public final class InitAIEvent
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
 AICallback callback
           
 int team
           
static int TOPIC
           
 
Constructor Summary
InitAIEvent(Pointer memory)
           
 
Method Summary
 int getTopic()
           
static boolean isWin32()
           
 
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 AICallback callback
Constructor Detail

InitAIEvent

public InitAIEvent(Pointer memory)
Method Detail

getTopic

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

isWin32

public static boolean isWin32()