com.springrts.ai.command
Class CreateSplineFigureDrawerAICommand

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

public final class CreateSplineFigureDrawerAICommand
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
           
 AIFloat3 pos3
           
 AIFloat3 pos4
           
 int ret_newFigureGroupId
           
static int TOPIC
           
 float width
           
 
Constructor Summary
CreateSplineFigureDrawerAICommand()
           
CreateSplineFigureDrawerAICommand(AIFloat3 pos1, AIFloat3 pos2, AIFloat3 pos3, AIFloat3 pos4, float width, boolean arrow, int lifeTime, int figureGroupId, int ret_newFigureGroupId)
           
CreateSplineFigureDrawerAICommand(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

pos3

public AIFloat3 pos3

pos4

public AIFloat3 pos4

width

public float width

arrow

public boolean arrow

lifeTime

public int lifeTime

figureGroupId

public int figureGroupId

ret_newFigureGroupId

public int ret_newFigureGroupId
Constructor Detail

CreateSplineFigureDrawerAICommand

public CreateSplineFigureDrawerAICommand()

CreateSplineFigureDrawerAICommand

public CreateSplineFigureDrawerAICommand(Pointer memory)

CreateSplineFigureDrawerAICommand

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

getTopic

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