SwiftlyS2

CommandAlias

Class CommandAlias

Namespace: SwiftlyS2.Shared.Commands

Assembly: SwiftlyS2.CS2.dll

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class CommandAlias : Attribute

Inheritance

Inherited Members

Constructors

CommandAlias(string, bool)

public CommandAlias(string alias, bool registerRaw = false)
Parameters

Properties

Alias

public string Alias { get; set; }
Property Value

RegisterRaw

public bool RegisterRaw { get; set; }
Property Value

On this page