com.springrts.ai.command
Class PauseAICommand

java.lang.Object
  extended by Structure
      extended by com.springrts.ai.AICommand
          extended by com.springrts.ai.command.PauseAICommand

public final class PauseAICommand
extends AICommand

reason for the (un-)pause, or NULL


Nested Class Summary
 
Nested classes/interfaces inherited from class com.springrts.ai.AICommand
AICommand.Option
 
Field Summary
 boolean enable
           
 String reason
           
static int TOPIC
           
 
Constructor Summary
PauseAICommand()
           
PauseAICommand(boolean enable, String reason)
           
PauseAICommand(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

enable

public boolean enable

reason

public String reason
Constructor Detail

PauseAICommand

public PauseAICommand()

PauseAICommand

public PauseAICommand(Pointer memory)

PauseAICommand

public PauseAICommand(boolean enable,
                      String reason)
Method Detail

getTopic

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