com.springrts.ai.command
Class SendStartPosAICommand
java.lang.Object
  
Structure
      
com.springrts.ai.AICommand
          
com.springrts.ai.command.SendStartPosAICommand
public final class SendStartPosAICommand
- extends AICommand
 
on this position, only x and z matter
 
 
 
 
 
| 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
 
ready
public boolean ready
pos
public AIFloat3 pos
SendStartPosAICommand
public SendStartPosAICommand()
SendStartPosAICommand
public SendStartPosAICommand(Pointer memory)
SendStartPosAICommand
public SendStartPosAICommand(boolean ready,
                             AIFloat3 pos)
getTopic
public int getTopic()
- Specified by:
 getTopic in class AICommand