com.springrts.ai.command
Class LoadUnitsUnitAICommand

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

public final class LoadUnitsUnitAICommand
extends AICommand

see enum UnitCommandOptions


Nested Class Summary
 
Nested classes/interfaces inherited from class com.springrts.ai.AICommand
AICommand.Option
 
Field Summary
 int groupId
           
 int numToLoadUnits
           
 int options
           
 int timeOut
           
 int[] toLoadUnitIds
           
static int TOPIC
           
 int unitId
           
 
Constructor Summary
LoadUnitsUnitAICommand()
           
LoadUnitsUnitAICommand(int unitId, int groupId, int options, int timeOut, int[] toLoadUnitIds, int numToLoadUnits)
           
LoadUnitsUnitAICommand(Pointer memory)
           
LoadUnitsUnitAICommand(Unit unit, int groupId, List<AICommand.Option> optionsList, int timeOut, int[] toLoadUnitIds, int numToLoadUnits)
           
 
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

groupId

public int groupId

options

public int options

timeOut

public int timeOut

toLoadUnitIds

public int[] toLoadUnitIds

numToLoadUnits

public int numToLoadUnits
Constructor Detail

LoadUnitsUnitAICommand

public LoadUnitsUnitAICommand()

LoadUnitsUnitAICommand

public LoadUnitsUnitAICommand(Pointer memory)

LoadUnitsUnitAICommand

public LoadUnitsUnitAICommand(int unitId,
                              int groupId,
                              int options,
                              int timeOut,
                              int[] toLoadUnitIds,
                              int numToLoadUnits)

LoadUnitsUnitAICommand

public LoadUnitsUnitAICommand(Unit unit,
                              int groupId,
                              List<AICommand.Option> optionsList,
                              int timeOut,
                              int[] toLoadUnitIds,
                              int numToLoadUnits)
Method Detail

getTopic

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