Show / Hide Table of Contents

Class ChatCommandAttribute

Inheritance
System.Object
ChatCommandAttribute
ChatSubCommandAttribute
Namespace: Eco.Gameplay.Systems.Messaging.Chat.Commands
Assembly: Eco.Gameplay.dll
Syntax
public class ChatCommandAttribute : Attribute

Constructors

ChatCommandAttribute(ChatAuthorizationLevel)

Declaration
public ChatCommandAttribute(ChatAuthorizationLevel level)
Parameters
Type Name Description
ChatAuthorizationLevel level

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
Type Name Description
System.String helpText
ChatAuthorizationLevel level

ChatCommandAttribute(String, String, ChatAuthorizationLevel)

Declaration
public ChatCommandAttribute(string helpText = "", string shortCut = "", ChatAuthorizationLevel level)
Parameters
Type Name Description
System.String helpText
System.String shortCut
ChatAuthorizationLevel level

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
Type Description
ChatAuthorizationLevel

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

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾