Delegate ChatLineDelegate
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public delegate void ChatLineDelegate(int groupId, string message, EnumChatType chattype, string data)
Parameters
groupId
intmessage
stringchattype
EnumChatTypedata
string
- Extension Methods