com.springrts.ai.command
Class AddLineDrawAICommand
java.lang.Object
Structure
com.springrts.ai.AICommand
com.springrts.ai.command.AddLineDrawAICommand
public final class AddLineDrawAICommand
- extends AICommand
to this pos, again 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
posFrom
public AIFloat3 posFrom
posTo
public AIFloat3 posTo
AddLineDrawAICommand
public AddLineDrawAICommand()
AddLineDrawAICommand
public AddLineDrawAICommand(Pointer memory)
AddLineDrawAICommand
public AddLineDrawAICommand(AIFloat3 posFrom,
AIFloat3 posTo)
getTopic
public int getTopic()
- Specified by:
getTopic
in class AICommand