swiftlys2/docs/api/ai/
API Reference Commands

CommandAlias

Class
Namespace: SwiftlyS2.Shared.Commands · Assembly: SwiftlyS2.CS2.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class CommandAlias : Attribute
Inherits object, Attribute
View source

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