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