com.springrts.ai.command
Class GiveMeNewUnitCheatAICommand
java.lang.Object
Structure
com.springrts.ai.AICommand
com.springrts.ai.command.GiveMeNewUnitCheatAICommand
public final class GiveMeNewUnitCheatAICommand
- extends AICommand
Creates a new unit with the selected name at pos,
and returns its unit ID in ret_newUnitId.
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
unitDefId
public int unitDefId
pos
public AIFloat3 pos
ret_newUnitId
public int ret_newUnitId
GiveMeNewUnitCheatAICommand
public GiveMeNewUnitCheatAICommand()
GiveMeNewUnitCheatAICommand
public GiveMeNewUnitCheatAICommand(Pointer memory)
GiveMeNewUnitCheatAICommand
public GiveMeNewUnitCheatAICommand(int unitDefId,
AIFloat3 pos,
int ret_newUnitId)
GiveMeNewUnitCheatAICommand
public GiveMeNewUnitCheatAICommand(UnitDef unitDef,
AIFloat3 pos,
Unit ret_newUnit)
getTopic
public int getTopic()
- Specified by:
getTopic
in class AICommand