Class PlanetCommand
Converts the supplied map into a "planet" with defaults.
Inheritance
System.Object
PlanetCommand
Implements
Robust.Shared.Console.IConsoleCommand
Assembly: Content.Server.dll
Syntax
public sealed class PlanetCommand : object, IConsoleCommand
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 |
|
|
Improve this Doc
View Source
GetCompletion(IConsoleShell, String[])
Declaration
public CompletionResult GetCompletion(IConsoleShell shell, string[] args)
Parameters
Type |
Name |
Description |
Robust.Shared.Console.IConsoleShell |
shell |
|
System.String[] |
args |
|
Returns
Type |
Description |
CompletionResult |
|
Implements
Robust.Shared.Console.IConsoleCommand