com.springrts.ai.event
Class MessageAIEvent
java.lang.Object
Structure
com.springrts.ai.AIEvent
com.springrts.ai.event.MessageAIEvent
public final class MessageAIEvent
- extends AIEvent
This AI event is a notification about a chat message sent by one of the
participants of this game, which may be a player or an AI, including this AI.
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
player
public int player
message
public String message
MessageAIEvent
public MessageAIEvent(Pointer memory)
getTopic
public int getTopic()
- Specified by:
getTopic
in class AIEvent