Table of Contents

Class Parent

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

The main parent command.

[CommandHandler(typeof(RemoteAdminCommandHandler))]
[CommandHandler(typeof(GameConsoleCommandHandler))]
public class Parent : ParentCommand, ICommandHandler, ICommand
Inheritance
CommandHandler
ParentCommand
Parent
Implements
ICommandHandler
ICommand
Inherited Members
CommandHandler.Commands
CommandHandler.CommandAliases
CommandHandler.RegisterCommand(ICommand)
CommandHandler.UnregisterCommand(ICommand)
CommandHandler.ClearCommands()
CommandHandler.AllCommands
Extension Methods

Constructors

Parent()

Initializes a new instance of the Parent class.

public Parent()

Properties

Aliases

public override string[] Aliases { get; }

Property Value

string[]

Command

public override string Command { get; }

Property Value

string

Description

public override string Description { get; }

Property Value

string

Methods

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

protected override bool ExecuteParent(ArraySegment<string> arguments, ICommandSender sender, out string response)

Parameters

arguments ArraySegment<string>
sender ICommandSender
response string

Returns

bool

LoadGeneratedCommands()

public override void LoadGeneratedCommands()