SwiftlyS2

Command

Class Command

Namespace: SwiftlyS2.Shared.Commands

Assembly: SwiftlyS2.CS2.dll

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public class Command : Attribute

Inheritance

Inherited Members

Constructors

Command(string, bool, string)

public Command(string name, bool registerRaw, string permission)
Parameters

Command(string, bool, string, string)

public Command(string name, bool registerRaw = false, string permission = "", string helpText = "SwiftlyS2 registered command")
Parameters

Properties

HelpText

public string HelpText { get; set; }
Property Value

Name

public string Name { get; set; }
Property Value

Permission

public string Permission { get; set; }
Property Value

RegisterRaw

public bool RegisterRaw { get; set; }
Property Value

On this page