com.springrts.ai.command
Class FreePathAICommand

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

public final class FreePathAICommand
extends AICommand


Nested Class Summary
 
Nested classes/interfaces inherited from class com.springrts.ai.AICommand
AICommand.Option
 
Field Summary
 int pathId
           
static int TOPIC
           
 
Constructor Summary
FreePathAICommand()
           
FreePathAICommand(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

pathId

public int pathId
Constructor Detail

FreePathAICommand

public FreePathAICommand()

FreePathAICommand

public FreePathAICommand(Pointer memory)
Method Detail

getTopic

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