OpenMetaverse Protocol Library Developers API Documentation
Chat Method (message, channel, type)
NamespacesOpenMetaverseAgentManagerChat(String, Int32, ChatType)
Send a text message from the Agent to the Simulator
Declaration Syntax
C#
public 
void 
Chat(
        
string 
message,
        
int 
channel,
        
ChatType 
type
)
Parameters
message ( String)
A Stringcontaining the message
channel ( Int32)
The channel to send the message on, 0 is the public channel. Channels above 0 can be used however only scripts listening on the specified channel will see the message
type ( ChatType)
Denotes the type of message being sent, shout, whisper, etc.

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