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