Table of Contents

Enum EnumChatType

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

A definition for the types of chat that could occur.

public enum EnumChatType

Fields

AllGroups = 5

The message was sent to all the groups involved.

CommandError = 1

A command failed.

CommandSuccess = 0

A command was successful.

GroupInvite = 6

The group has invited the player.

JoinLeave = 7

The player has joined or left the group.

Macro = 8

There was a macro involved.

Notification = 4

The message was a notification (The world ends in 3 days, You cannot do this, ect)

OthersMessage = 3

The message was sent from another player.

OwnMessage = 2

The message was sent to the player only.