Conversion type to denote Chat Packet types in
an easier-to-understand format
| C# |
public enum ChatType
| Member | Description |
|---|---|
| Whisper | Whisper (5m radius)
|
| Normal | Normal chat (10/20m radius), what the official viewer typically
sends
|
| Shout | Shouting! (100m radius)
|
| StartTyping | Event message when an Avatar has begun to type
|
| StopTyping | Event message when an Avatar has stopped typing
|
| Debug | Send the message to the debug channel
|
| OwnerSay | Event message when an object uses llOwnerSay
|
| RegionSayTo | Event message when an object uses llRegionSayTo
|
| RegionSay | Special value to support llRegionSay, never sent to the client
|
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)