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
IChatCommandname
string
Returns
BeginSubs(IChatCommand, params string[])
Alias for BeginSubCommands
public static IChatCommand BeginSubs(this IChatCommand cmd, params string[] name)
Parameters
cmd
IChatCommandname
string[]
Returns
EndSub(IChatCommand)
Alias for EndSubCommand
public static IChatCommand EndSub(this IChatCommand cmd)
Parameters
cmd
IChatCommand
Returns
WithDesc(IChatCommand, string)
Alias of WithDescription()
public static IChatCommand WithDesc(this IChatCommand cmd, string description)
Parameters
cmd
IChatCommanddescription
string