Construct a new instance of the ChatEventArgs
object
Declaration Syntax
C# |
public ChatEventArgs( Simulator simulator, string message, ChatAudibleLevel audible, ChatType type, ChatSourceType sourceType, string fromName, UUID sourceId, UUID ownerid, Vector3 position )
Parameters
- simulator ( Simulator)
- Sim from which the message originates
- message ( String)
- The message sent
- audible ( ChatAudibleLevel)
- The audible level of the message
- type ( ChatType)
- The type of message sent: whisper, shout, etc
- sourceType ( ChatSourceType)
- The source type of the message sender
- fromName ( String)
- The name of the agent or object sending the message
- sourceId ( UUID)
- The ID of the agent or object sending the message
- ownerid ( UUID)
- The ID of the object owner, or the agent ID sending the message
- position ( Vector3)
- The position of the agent or object sending the message
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)