Class ElectrocuteCommand
Inheritance
System.Object
ElectrocuteCommand
Implements
Robust.Shared.Console.IConsoleCommand
Assembly: Content.Server.dll
Syntax
public sealed class ElectrocuteCommand : object, IConsoleCommand
Fields
|
Improve this Doc
View Source
ElectrocutionStatusEffect
Declaration
public const string ElectrocutionStatusEffect = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
Command
Declaration
public string Command { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Help
Declaration
public string Help { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Execute(IConsoleShell, String, String[])
Declaration
public void Execute(IConsoleShell shell, string argStr, string[] args)
Parameters
Type |
Name |
Description |
Robust.Shared.Console.IConsoleShell |
shell |
|
System.String |
argStr |
|
System.String[] |
args |
|
Implements
Robust.Shared.Console.IConsoleCommand