[This is preliminary documentation and is subject to change.]
Type of message sent by the player. Determined by CommandManager.GetMessageType()
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
public enum RawMessageType
Members
| Member | Value | Description |
|---|---|---|
| Invalid | 0 | Unparseable chat syntax (rare). |
| Chat | 1 | Normal (white) chat. |
| Command | 2 | Command. |
| Confirmation | 3 | Confirmation (/ok) for a previous command. |
| PartialMessage | 4 | Partial message (ends with " /"). |
| PrivateChat | 5 | Private message. |
| RankChat | 6 | Rank chat. |
| RepeatCommand | 7 | Repeat of the last command ("/"). |