Class Show
The command to show all plugins.
Inheritance
System.Object
CommandSystem.CommandHandler
ParentCommand
Show
Implements
CommandSystem.ICommandHandler
CommandSystem.ICommand
Inherited Members
ParentCommand.Execute(System.ArraySegment<System.String>, CommandSystem.ICommandSender, System.String)
CommandSystem.CommandHandler.Commands
CommandSystem.CommandHandler.CommandAliases
CommandSystem.CommandHandler.TryGetCommand(System.String, CommandSystem.ICommand)
CommandSystem.CommandHandler.RegisterCommand(CommandSystem.ICommand)
CommandSystem.CommandHandler.UnregisterCommand(CommandSystem.ICommand)
CommandSystem.CommandHandler.ClearCommands()
CommandSystem.CommandHandler.AllCommands
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
[CommandHandler(typeof(RemoteAdminCommandHandler))]
[CommandHandler(typeof(GameConsoleCommandHandler))]
public sealed class Show : ParentCommand, ICommandHandler, ICommand
Constructors
| Improve this Doc View SourceShow()
Initializes a new instance of the Show class.
Declaration
public Show()
Properties
| Improve this Doc View SourceAliases
Declaration
public override string[] Aliases { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Overrides
ParentCommand.Aliases
|
Improve this Doc
View Source
Command
Declaration
public override string Command { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ParentCommand.Command
|
Improve this Doc
View Source
Description
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ParentCommand.Description
Methods
| Improve this Doc View SourceExecuteParent(ArraySegment<String>, ICommandSender, out String)
Declaration
protected override bool ExecuteParent(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 |
Overrides
ParentCommand.ExecuteParent(System.ArraySegment<System.String>, CommandSystem.ICommandSender, System.String)
|
Improve this Doc
View Source
LoadGeneratedCommands()
Declaration
public override void LoadGeneratedCommands()
Overrides
CommandSystem.CommandHandler.LoadGeneratedCommands()
Implements
CommandSystem.ICommandHandler
CommandSystem.ICommand