| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectStructure
com.springrts.ai.AICommand
com.springrts.ai.command.CreateSplineFigureDrawerAICommand
public final class CreateSplineFigureDrawerAICommand
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 | 
|---|
public static final int TOPIC
public AIFloat3 pos1
public AIFloat3 pos2
public AIFloat3 pos3
public AIFloat3 pos4
public float width
public boolean arrow
public int lifeTime
public int figureGroupId
public int ret_newFigureGroupId
| Constructor Detail | 
|---|
public CreateSplineFigureDrawerAICommand()
public CreateSplineFigureDrawerAICommand(Pointer memory)
public CreateSplineFigureDrawerAICommand(AIFloat3 pos1,
                                         AIFloat3 pos2,
                                         AIFloat3 pos3,
                                         AIFloat3 pos4,
                                         float width,
                                         boolean arrow,
                                         int lifeTime,
                                         int figureGroupId,
                                         int ret_newFigureGroupId)
| Method Detail | 
|---|
public int getTopic()
getTopic in class AICommand
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||