com.springrts.ai.command
Class RemoveUnitFromGroupAICommand
java.lang.Object
Structure
com.springrts.ai.AICommand
com.springrts.ai.command.RemoveUnitFromGroupAICommand
public final class RemoveUnitFromGroupAICommand
- extends AICommand
Removes a unit from its 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
unitId
public int unitId
ret_isExecuted
public boolean ret_isExecuted
RemoveUnitFromGroupAICommand
public RemoveUnitFromGroupAICommand()
RemoveUnitFromGroupAICommand
public RemoveUnitFromGroupAICommand(Pointer memory)
RemoveUnitFromGroupAICommand
public RemoveUnitFromGroupAICommand(int unitId,
boolean ret_isExecuted)
RemoveUnitFromGroupAICommand
public RemoveUnitFromGroupAICommand(Unit unit,
boolean ret_isExecuted)
getTopic
public int getTopic()
- Specified by:
getTopic
in class AICommand