Show / Hide Table of Contents

Class CrewManifestCommand

Inheritance
System.Object
CrewManifestCommand
Implements
Robust.Shared.Console.IConsoleCommand
Namespace: Content.Server.CrewManifest
Assembly: Content.Server.dll
Syntax
public sealed class CrewManifestCommand : object, IConsoleCommand

Constructors

| Improve this Doc View Source

CrewManifestCommand()

Declaration
public CrewManifestCommand()

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾