Class Plugins
The command to show all plugins.
Inheritance
System.Object
Plugins
Implements
CommandSystem.ICommand
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.Commands.Show
Assembly: Exiled.Events.dll
Syntax
public sealed class Plugins : ICommand
Properties
| Improve this Doc View SourceAliases
Declaration
public string[] Aliases { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Command
Declaration
public string Command { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceExecute(ArraySegment<String>, ICommandSender, out String)
Declaration
public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out string response)
Parameters
Type | Name | Description |
---|---|---|
System.ArraySegment<System.String> | arguments | |
CommandSystem.ICommandSender | sender | |
System.String | response |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
CommandSystem.ICommand