Table of Contents

Class ClientChatCommand

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

A handle for creating client commands.

public class ClientChatCommand : ChatCommand
Inheritance
ClientChatCommand
Inherited Members

Fields

handler

public ClientChatCommandDelegate handler

Field Value

ClientChatCommandDelegate

Methods

CallHandler(IPlayer, int, CmdArgs)

The call handler for the command.

public override void CallHandler(IPlayer player, int groupId, CmdArgs args)

Parameters

player IPlayer

The player calling the command.

groupId int

The groupID of the player.

args CmdArgs

The arguments of the command.