Class DebugPathfindingCommand
Inheritance
System.Object
DebugPathfindingCommand
Implements
Robust.Shared.Console.IConsoleCommand
Assembly: Content.Client.dll
Syntax
public sealed class DebugPathfindingCommand : 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