OpenMetaverse Protocol Library Developers API Documentation
ChatEventArgs Class
NamespacesOpenMetaverseChatEventArgs
Declaration Syntax
C#
public 
class 
ChatEventArgs : 
EventArgs
Members
All Members Constructors Properties



Icon Member Description
ChatEventArgs(Simulator, String, ChatAudibleLevel, ChatType, ChatSourceType, String, UUID, UUID, Vector3)
Construct a new instance of the ChatEventArgs object

AudibleLevel
Get the audible level of the message

FromName
Get the name of the agent or object sending the message

Message
Get the message sent

OwnerID
Get the ID of the object owner, or the agent ID sending the message

Position
Get the position of the agent or object sending the message

Simulator
Get the simulator sending the message

SourceID
Get the ID of the agent or object sending the message

SourceType
Get the source type of the message sender

Type
Get the type of message sent: whisper, shout, etc

Inheritance Hierarchy
Object
EventArgs
  ChatEventArgs

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)