Table of Contents

Class Patches

Namespace
Exiled.Events.Commands.PluginManager
Assembly
Exiled.Events.dll

The command to show all the patches done by plugins.

[CommandHandler(typeof(PluginManager))]
public sealed class Patches : ICommand
Inheritance
Patches
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

Instance

Gets static instance of the Patches command.

public static Patches Instance { get; }

Property Value

Patches

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