com.springrts.ai.command
Class SetMyHandicapCheatAICommand

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

public final class SetMyHandicapCheatAICommand
extends AICommand

This function has the same effect as setting a handicap value in the GameSetup script (currently gives a bonus on collected resources)


Nested Class Summary
 
Nested classes/interfaces inherited from class com.springrts.ai.AICommand
AICommand.Option
 
Field Summary
 float handicap
           
static int TOPIC
           
 
Constructor Summary
SetMyHandicapCheatAICommand()
           
SetMyHandicapCheatAICommand(Pointer memory)
           
 
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

handicap

public float handicap
Constructor Detail

SetMyHandicapCheatAICommand

public SetMyHandicapCheatAICommand()

SetMyHandicapCheatAICommand

public SetMyHandicapCheatAICommand(Pointer memory)
Method Detail

getTopic

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