Class CommandManager
Inheritance
System.Object
CommandManager
Assembly: JotunnLib.dll
Syntax
public class CommandManager : Manager
Properties
|
Improve this Doc
View Source
Instance
Declaration
public static CommandManager Instance { get; }
Property Value
Methods
|
Improve this Doc
View Source
RegisterConsoleCommand(ConsoleCommand)
Declaration
[Obsolete("Please use RegisterConsoleCommand(Terminal.ConsoleCommand cmd) instead", false)]
public void RegisterConsoleCommand(ConsoleCommand cmd)
Parameters
|
Improve this Doc
View Source
RegisterConsoleCommand(Terminal.ConsoleCommand)
Declaration
public void RegisterConsoleCommand(Terminal.ConsoleCommand cmd)
Parameters
Type |
Name |
Description |
Terminal.ConsoleCommand |
cmd |
|