com.springrts.ai.command
Class AttackUnitAICommand

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

public final class AttackUnitAICommand
extends AICommand

max command execution-time in frames; if it takes longer then this -> abort


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

toAttackUnitId

public int toAttackUnitId
Constructor Detail

AttackUnitAICommand

public AttackUnitAICommand()

AttackUnitAICommand

public AttackUnitAICommand(Pointer memory)

AttackUnitAICommand

public AttackUnitAICommand(int unitId,
                           int groupId,
                           int options,
                           int timeOut,
                           int toAttackUnitId)

AttackUnitAICommand

public AttackUnitAICommand(Unit unit,
                           int groupId,
                           List<AICommand.Option> optionsList,
                           int timeOut,
                           Unit toAttackUnit)
Method Detail

getTopic

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