Enum EnumChatType
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
A definition for the types of chat that could occur. Open in GitHub
public enum EnumChatType
- Extension Methods
Fields
AllGroups = 5The message was sent to all the groups involved.
CommandError = 1A command failed.
CommandSuccess = 0A command was successful.
GroupInvite = 6The group has invited the player.
JoinLeave = 7The player has joined or left the group.
Macro = 8There was a macro involved.
Notification = 4The message was a notification (The world ends in 3 days, You cannot do this, ect)
OthersMessage = 3The message was sent from another player.
OwnMessage = 2The message was sent to the player only.