com.springrts.ai.command
Class SendTextMessageAICommand

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

public final class SendTextMessageAICommand
extends AICommand

Sends a chat/text message to other players. This text will also end up in infolog.txt.


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

text

public String text

zone

public int zone
Constructor Detail

SendTextMessageAICommand

public SendTextMessageAICommand()

SendTextMessageAICommand

public SendTextMessageAICommand(Pointer memory)

SendTextMessageAICommand

public SendTextMessageAICommand(String text,
                                int zone)
Method Detail

getTopic

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