Uses of Class
cz.cuni.amis.pogamut.udk.communication.messages.gbcommands.SendMessage

Packages that use SendMessage
cz.cuni.amis.pogamut.udk.communication.messages.gbcommands   
 

Uses of SendMessage in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands
 

Methods in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands that return SendMessage
 SendMessage SendMessage.setFadeOut(double FadeOut)
          Enables text bubble.
 SendMessage SendMessage.setGlobal(boolean Global)
          If True it is sent to everyone.
 SendMessage SendMessage.setId(cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId Id)
          Here we can specify Id of the bot, that will receive this message privately (with "Private:" string at the beginning of the message).
 SendMessage SendMessage.setText(String Text)
          Text to send.
 

Constructors in cz.cuni.amis.pogamut.udk.communication.messages.gbcommands with parameters of type SendMessage
SendMessage(SendMessage original)
          Cloning constructor.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.