Table of Contents

Class UseAbility

Namespace
Exiled.CustomRoles.Commands
Assembly
Exiled.CustomRoles.dll

Handles the using of custom role abilities.

[CommandHandler(typeof(ClientCommandHandler))]
public class UseAbility : ICommand
Inheritance
UseAbility
Implements
ICommand
Inherited Members
Extension Methods

Properties

Aliases

public string[] Aliases { get; }

Property Value

string[]

Command

public string Command { get; }

Property Value

string

Description

public string Description { get; }

Property Value

string

Methods

Execute(ArraySegment<string>, ICommandSender, out string)

public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out string response)

Parameters

arguments ArraySegment<string>
sender ICommandSender
response string

Returns

bool