com.springrts.ai.command
Class AddLineDrawAICommand

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

public final class AddLineDrawAICommand
extends AICommand

to this pos, again only x and z matter


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

posFrom

public AIFloat3 posFrom

posTo

public AIFloat3 posTo
Constructor Detail

AddLineDrawAICommand

public AddLineDrawAICommand()

AddLineDrawAICommand

public AddLineDrawAICommand(Pointer memory)

AddLineDrawAICommand

public AddLineDrawAICommand(AIFloat3 posFrom,
                            AIFloat3 posTo)
Method Detail

getTopic

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