com.springrts.ai.command
Class DrawLineAndIconPathDrawerAICommand

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

public final class DrawLineAndIconPathDrawerAICommand
extends AICommand


Nested Class Summary
 
Nested classes/interfaces inherited from class com.springrts.ai.AICommand
AICommand.Option
 
Field Summary
 float alpha
           
 int cmdId
           
 AIFloat3 color
           
 AIFloat3 endPos
           
static int TOPIC
           
 
Constructor Summary
DrawLineAndIconPathDrawerAICommand()
           
DrawLineAndIconPathDrawerAICommand(int cmdId, AIFloat3 endPos, AIFloat3 color, float alpha)
           
DrawLineAndIconPathDrawerAICommand(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

cmdId

public int cmdId

endPos

public AIFloat3 endPos

color

public AIFloat3 color

alpha

public float alpha
Constructor Detail

DrawLineAndIconPathDrawerAICommand

public DrawLineAndIconPathDrawerAICommand()

DrawLineAndIconPathDrawerAICommand

public DrawLineAndIconPathDrawerAICommand(Pointer memory)

DrawLineAndIconPathDrawerAICommand

public DrawLineAndIconPathDrawerAICommand(int cmdId,
                                          AIFloat3 endPos,
                                          AIFloat3 color,
                                          float alpha)
Method Detail

getTopic

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