Table of Contents

Class ChatLine

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

an internal control containing the properties of a chat message.

public class ChatLine
Inheritance
ChatLine
Inherited Members

Fields

ByPlayerUID

The UID of the player who sent the message.

public string ByPlayerUID

Field Value

string

ChatType

The type of chat the message was sent as.

public EnumChatType ChatType

Field Value

EnumChatType

Message

The message that was sent.

public string Message

Field Value

string