Table of Contents

Class IChatCommandExt

Namespace
Vintagestory.API.Common.CommandAbbr
Assembly
VintagestoryAPI.dll

ChatCommand Abbreviations

public static class IChatCommandExt
Inheritance
IChatCommandExt
Inherited Members

Methods

BeginSub(IChatCommand, string)

Alias for BeginSubCommand

public static IChatCommand BeginSub(this IChatCommand cmd, string name)

Parameters

cmd IChatCommand
name string

Returns

IChatCommand

BeginSubs(IChatCommand, params string[])

Alias for BeginSubCommands

public static IChatCommand BeginSubs(this IChatCommand cmd, params string[] name)

Parameters

cmd IChatCommand
name string[]

Returns

IChatCommand

EndSub(IChatCommand)

Alias for EndSubCommand

public static IChatCommand EndSub(this IChatCommand cmd)

Parameters

cmd IChatCommand

Returns

IChatCommand

WithDesc(IChatCommand, string)

Alias of WithDescription()

public static IChatCommand WithDesc(this IChatCommand cmd, string description)

Parameters

cmd IChatCommand
description string

Returns

IChatCommand