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
- Extension Methods
Fields
ByPlayerUID
The UID of the player who sent the message.
public string ByPlayerUID
Field Value
ChatType
The type of chat the message was sent as.
public EnumChatType ChatType
Field Value
Message
The message that was sent.
public string Message