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