Show / Hide Table of Contents

Class ChatSubCommandAttribute

Inheritance
System.Object
ChatCommandAttribute
ChatSubCommandAttribute
Inherited Members
ChatCommandAttribute.NeedsClient
ChatCommandAttribute.Parent
ChatCommandAttribute.TestFunction
ChatCommandAttribute.HelpText
ChatCommandAttribute.ShortCut
ChatCommandAttribute.Level
Namespace: Eco.Gameplay.Systems.Messaging.Chat.Commands
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
Type Name Description
System.String parentCommand
System.String helpText
ChatAuthorizationLevel level

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

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
☀
☾