The type of chat as specified by the ChatType attribute.
Namespace: AWAssembly: AW.Core (in AW.Core.dll) Version: 0.3.11.100
Syntax
| C# |
|---|
public enum ChatTypes |
| Visual Basic |
|---|
Public Enumeration ChatTypes |
| Visual C++ |
|---|
public enum class ChatTypes |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Said | 0 | Represents messages that were sent by normal users via public chat. | |
| Broadcast | 1 | Represents messages that were sent by public speakers via public chat. | |
| Whisper | 2 | Represents chat that was sent via whispers. | |
| Disconnect | -1 | Used to disconnect from all channels. |