com.springrts.ai.command
Class GiveMeResourceCheatAICommand
java.lang.Object
  
Structure
      
com.springrts.ai.AICommand
          
com.springrts.ai.command.GiveMeResourceCheatAICommand
public final class GiveMeResourceCheatAICommand
- extends AICommand
 
The AI team receives the specified amount of units of the specified resource.
 
 
 
 
 
| 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
 
resourceId
public int resourceId
amount
public float amount
GiveMeResourceCheatAICommand
public GiveMeResourceCheatAICommand()
GiveMeResourceCheatAICommand
public GiveMeResourceCheatAICommand(Pointer memory)
GiveMeResourceCheatAICommand
public GiveMeResourceCheatAICommand(int resourceId,
                                    float amount)
getTopic
public int getTopic()
- Specified by:
 getTopic in class AICommand