Class RemoteAdmin
The reload remoteadmin command.
Inheritance
System.Object
RemoteAdmin
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.Reload
Assembly: Exiled.Events.dll
Syntax
public class RemoteAdmin : 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 |
Instance
Gets static instance of the RemoteAdmin command.
Declaration
public static RemoteAdmin Instance { get; }
Property Value
Type | Description |
---|---|
RemoteAdmin |
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