Enum SpeechType
Enumeration of the possible speech types.
Namespace: Fibula.Common.Contracts.Enumerations
Assembly: Fibula.Common.Contracts.dll
Syntax
public enum SpeechType : byte
Fields
| Name | Description |
|---|---|
| Broadcast | Broadcast a message (#b). |
| ChannelYellow | Yellow message in chat. |
| MonsterSay | Talk in organge. |
| Private | Players speaking privately to other players. |
| RuleViolationAnswer | Rule violation reply. |
| RuleViolationContinue | Rule violation continuance. |
| RuleViolationReport | Rule violation report. |
| Say | A normal talk. |
| Whisper | Whispering (#w). |
| Yell | Yelling (#y). |