com.springrts.ai.command
Class GetNextWaypointPathAICommand

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

public final class GetNextWaypointPathAICommand
extends AICommand


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

ret_nextWaypoint

public AIFloat3 ret_nextWaypoint
Constructor Detail

GetNextWaypointPathAICommand

public GetNextWaypointPathAICommand()

GetNextWaypointPathAICommand

public GetNextWaypointPathAICommand(Pointer memory)

GetNextWaypointPathAICommand

public GetNextWaypointPathAICommand(int pathId,
                                    AIFloat3 ret_nextWaypoint)
Method Detail

getTopic

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