Class ChatSubCommandAttribute
Inheritance
System.Object
ChatSubCommandAttribute
Assembly: Eco.Gameplay.dll
Syntax
public class ChatSubCommandAttribute : ChatCommandAttribute
Constructors
ChatSubCommandAttribute(String, String)
Declaration
public ChatSubCommandAttribute(string parentCommand, string helpText = "")
Parameters
Type |
Name |
Description |
System.String |
parentCommand |
|
System.String |
helpText |
|
ChatSubCommandAttribute(String, String, ChatAuthorizationLevel)
Declaration
public ChatSubCommandAttribute(string parentCommand, string helpText = "", ChatAuthorizationLevel level)
Parameters
ChatSubCommandAttribute(String, String, String, ChatAuthorizationLevel)
Declaration
public ChatSubCommandAttribute(string parentCommand, string helpText = "", string shortCut = "", ChatAuthorizationLevel level)
Parameters
Type |
Name |
Description |
System.String |
parentCommand |
|
System.String |
helpText |
|
System.String |
shortCut |
|
ChatAuthorizationLevel |
level |
|
Extension Methods