com.springrts.ai.command
Class GetNextWaypointPathAICommand
java.lang.Object
  
Structure
      
com.springrts.ai.AICommand
          
com.springrts.ai.command.GetNextWaypointPathAICommand
public final class GetNextWaypointPathAICommand
- extends AICommand
 
 
 
 
 
 
| 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
 
pathId
public int pathId
ret_nextWaypoint
public AIFloat3 ret_nextWaypoint
GetNextWaypointPathAICommand
public GetNextWaypointPathAICommand()
GetNextWaypointPathAICommand
public GetNextWaypointPathAICommand(Pointer memory)
GetNextWaypointPathAICommand
public GetNextWaypointPathAICommand(int pathId,
                                    AIFloat3 ret_nextWaypoint)
getTopic
public int getTopic()
- Specified by:
 getTopic in class AICommand