com.springrts.ai.command
Class PauseAICommand
java.lang.Object
  
Structure
      
com.springrts.ai.AICommand
          
com.springrts.ai.command.PauseAICommand
public final class PauseAICommand
- extends AICommand
 
reason for the (un-)pause, or NULL
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TOPIC
public static final int TOPIC
- See Also:
 - Constant Field Values
 
enable
public boolean enable
reason
public String reason
PauseAICommand
public PauseAICommand()
PauseAICommand
public PauseAICommand(Pointer memory)
PauseAICommand
public PauseAICommand(boolean enable,
                      String reason)
getTopic
public int getTopic()
- Specified by:
 getTopic in class AICommand