com.springrts.ai.command
Class SetMyHandicapCheatAICommand
java.lang.Object
  
Structure
      
com.springrts.ai.AICommand
          
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)
 
 
 
 
 
| 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
 
handicap
public float handicap
SetMyHandicapCheatAICommand
public SetMyHandicapCheatAICommand()
SetMyHandicapCheatAICommand
public SetMyHandicapCheatAICommand(Pointer memory)
getTopic
public int getTopic()
- Specified by:
 getTopic in class AICommand