Class ChangelogCommand
Inheritance
System.Object
ChangelogCommand
Implements
Robust.Shared.Console.IConsoleCommand
Namespace: Content.Client.Changelog
Assembly: Content.Client.dll
Syntax
public sealed class ChangelogCommand : object, IConsoleCommand
Properties
| Improve this Doc View SourceCommand
Declaration
public string Command { get; }
Property Value
Type | Description |
---|---|
System. |
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System. |
Help
Declaration
public string Help { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceExecute(IConsoleShell, String, String[])
Declaration
public void Execute(IConsoleShell shell, string argStr, string[] args)
Parameters
Type | Name | Description |
---|---|---|
Robust. |
shell | |
System. |
argStr | |
System. |
args |
Implements
Robust.Shared.Console.IConsoleCommand