com.springrts.ai.command
Class CreateLineFigureDrawerAICommand

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

public final class CreateLineFigureDrawerAICommand
extends AICommand

the new group


Nested Class Summary
 
Nested classes/interfaces inherited from class com.springrts.ai.AICommand
AICommand.Option
 
Field Summary
 boolean arrow
           
 int figureGroupId
           
 int lifeTime
           
 AIFloat3 pos1
           
 AIFloat3 pos2
           
 int ret_newFigureGroupId
           
static int TOPIC
           
 float width
           
 
Constructor Summary
CreateLineFigureDrawerAICommand()
           
CreateLineFigureDrawerAICommand(AIFloat3 pos1, AIFloat3 pos2, float width, boolean arrow, int lifeTime, int figureGroupId, int ret_newFigureGroupId)
           
CreateLineFigureDrawerAICommand(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

pos1

public AIFloat3 pos1

pos2

public AIFloat3 pos2

width

public float width

arrow

public boolean arrow

lifeTime

public int lifeTime

figureGroupId

public int figureGroupId

ret_newFigureGroupId

public int ret_newFigureGroupId
Constructor Detail

CreateLineFigureDrawerAICommand

public CreateLineFigureDrawerAICommand()

CreateLineFigureDrawerAICommand

public CreateLineFigureDrawerAICommand(Pointer memory)

CreateLineFigureDrawerAICommand

public CreateLineFigureDrawerAICommand(AIFloat3 pos1,
                                       AIFloat3 pos2,
                                       float width,
                                       boolean arrow,
                                       int lifeTime,
                                       int figureGroupId,
                                       int ret_newFigureGroupId)
Method Detail

getTopic

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