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