Class ClientChatCommand
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
A handle for creating client commands.
public class ClientChatCommand : ChatCommand
- Inheritance
-
ClientChatCommand
- Inherited Members
- Extension Methods
Fields
handler
public ClientChatCommandDelegate handler
Field Value
Methods
CallHandler(IPlayer, int, CmdArgs)
The call handler for the command.
public override void CallHandler(IPlayer player, int groupId, CmdArgs args)