Delegate ClientChatLineDelegate
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public delegate void ClientChatLineDelegate(int groupId, ref string message, ref EnumHandling handled)
Parameters
groupId
intmessage
stringhandled
EnumHandling
- Extension Methods