com.springrts.ai.command
Class RemoveUnitFromGroupAICommand

java.lang.Object
  extended by Structure
      extended by com.springrts.ai.AICommand
          extended by com.springrts.ai.command.RemoveUnitFromGroupAICommand

public final class RemoveUnitFromGroupAICommand
extends AICommand

Removes a unit from its group


Nested Class Summary
 
Nested classes/interfaces inherited from class com.springrts.ai.AICommand
AICommand.Option
 
Field Summary
 boolean ret_isExecuted
           
static int TOPIC
           
 int unitId
           
 
Constructor Summary
RemoveUnitFromGroupAICommand()
           
RemoveUnitFromGroupAICommand(int unitId, boolean ret_isExecuted)
           
RemoveUnitFromGroupAICommand(Pointer memory)
           
RemoveUnitFromGroupAICommand(Unit unit, boolean ret_isExecuted)
           
 
Method Summary
 int getTopic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPIC

public static final int TOPIC
See Also:
Constant Field Values

unitId

public int unitId

ret_isExecuted

public boolean ret_isExecuted
Constructor Detail

RemoveUnitFromGroupAICommand

public RemoveUnitFromGroupAICommand()

RemoveUnitFromGroupAICommand

public RemoveUnitFromGroupAICommand(Pointer memory)

RemoveUnitFromGroupAICommand

public RemoveUnitFromGroupAICommand(int unitId,
                                    boolean ret_isExecuted)

RemoveUnitFromGroupAICommand

public RemoveUnitFromGroupAICommand(Unit unit,
                                    boolean ret_isExecuted)
Method Detail

getTopic

public int getTopic()
Specified by:
getTopic in class AICommand