com.springrts.ai.command
Class GiveMeResourceCheatAICommand

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

public final class GiveMeResourceCheatAICommand
extends AICommand

The AI team receives the specified amount of units of the specified resource.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.springrts.ai.AICommand
AICommand.Option
 
Field Summary
 float amount
           
 int resourceId
           
static int TOPIC
           
 
Constructor Summary
GiveMeResourceCheatAICommand()
           
GiveMeResourceCheatAICommand(int resourceId, float amount)
           
GiveMeResourceCheatAICommand(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

resourceId

public int resourceId

amount

public float amount
Constructor Detail

GiveMeResourceCheatAICommand

public GiveMeResourceCheatAICommand()

GiveMeResourceCheatAICommand

public GiveMeResourceCheatAICommand(Pointer memory)

GiveMeResourceCheatAICommand

public GiveMeResourceCheatAICommand(int resourceId,
                                    float amount)
Method Detail

getTopic

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