Class SetBatteryPercentCommand
Inheritance
System.Object
SetBatteryPercentCommand
Implements
Robust.Shared.Console.IConsoleCommand
Namespace: Content.Server.Power
Assembly: Content.Server.dll
Syntax
public sealed class SetBatteryPercentCommand : object, IConsoleCommand
Properties
| Improve this Doc View SourceCommand
Declaration
public string Command { get; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Help
Declaration
public string Help { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceExecute(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