com.springrts.ai.command
Class CreateLineFigureDrawerAICommand
java.lang.Object
Structure
com.springrts.ai.AICommand
com.springrts.ai.command.CreateLineFigureDrawerAICommand
public final class CreateLineFigureDrawerAICommand
- extends AICommand
the new group
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
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
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)
getTopic
public int getTopic()
- Specified by:
getTopic
in class AICommand