|
|||||||||
| 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.DeathWaitUnitAICommand
public final class DeathWaitUnitAICommand
wait until this unit is dead
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.springrts.ai.AICommand |
|---|
AICommand.Option |
| Field Summary | |
|---|---|
int |
groupId
|
int |
options
|
int |
timeOut
|
int |
toDieUnitId
|
static int |
TOPIC
|
int |
unitId
|
| Constructor Summary | |
|---|---|
DeathWaitUnitAICommand()
|
|
DeathWaitUnitAICommand(int unitId,
int groupId,
int options,
int timeOut,
int toDieUnitId)
|
|
DeathWaitUnitAICommand(Pointer memory)
|
|
DeathWaitUnitAICommand(Unit unit,
int groupId,
List<AICommand.Option> optionsList,
int timeOut,
Unit toDieUnit)
|
|
| 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 int unitId
public int groupId
public int options
public int timeOut
public int toDieUnitId
| Constructor Detail |
|---|
public DeathWaitUnitAICommand()
public DeathWaitUnitAICommand(Pointer memory)
public DeathWaitUnitAICommand(int unitId,
int groupId,
int options,
int timeOut,
int toDieUnitId)
public DeathWaitUnitAICommand(Unit unit,
int groupId,
List<AICommand.Option> optionsList,
int timeOut,
Unit toDieUnit)
| 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 | ||||||||