com.springrts.ai.event
Class PlayerCommandAIEvent

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

public final class PlayerCommandAIEvent
extends AIEvent

see AISCommands.h S*Command structs


Field Summary
 Pointer commandData
           
 int commandTopic
           
 int numUnitIds
           
 int playerId
           
static int TOPIC
           
 Pointer unitIds
           
 
Constructor Summary
PlayerCommandAIEvent(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

unitIds

public Pointer unitIds

numUnitIds

public int numUnitIds

commandTopic

public int commandTopic

commandData

public Pointer commandData

playerId

public int playerId
Constructor Detail

PlayerCommandAIEvent

public PlayerCommandAIEvent(Pointer memory)
Method Detail

getTopic

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