Class ChatCommandAttribute
Inheritance
System.Object
ChatCommandAttribute
Assembly: Eco.Gameplay.dll
Syntax
public class ChatCommandAttribute : Attribute
Constructors
ChatCommandAttribute(ChatAuthorizationLevel)
Declaration
public ChatCommandAttribute(ChatAuthorizationLevel level)
Parameters
ChatCommandAttribute(String)
Declaration
public ChatCommandAttribute(string helpText = "")
Parameters
Type |
Name |
Description |
System.String |
helpText |
|
ChatCommandAttribute(String, ChatAuthorizationLevel)
Declaration
public ChatCommandAttribute(string helpText = "", ChatAuthorizationLevel level)
Parameters
ChatCommandAttribute(String, String, ChatAuthorizationLevel)
Declaration
public ChatCommandAttribute(string helpText = "", string shortCut = "", ChatAuthorizationLevel level)
Parameters
Properties
HelpText
Declaration
public string HelpText { get; protected set; }
Property Value
Type |
Description |
System.String |
|
Level
Declaration
public ChatAuthorizationLevel Level { get; protected set; }
Property Value
NeedsClient
Declaration
public bool NeedsClient { get; }
Property Value
Type |
Description |
System.Boolean |
|
Parent
Declaration
public string Parent { get; protected set; }
Property Value
Type |
Description |
System.String |
|
ShortCut
Declaration
public string ShortCut { get; protected set; }
Property Value
Type |
Description |
System.String |
|
TestFunction
Declaration
public bool TestFunction { get; protected set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods