Class CommandManager
Manager for handling custom console and chat commands.
Inherited Members
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public class CommandManager
Properties
Name | Description |
---|---|
CustomCommands | A list of all the custom console commands that have been added to the game through this manager, either by Jotunn or by mods using Jotunn. |
Instance | The singleton instance of this manager. |
Methods
Name | Description |
---|---|
AddConsoleCommand(ConsoleCommand) | Adds a new console command to Valheim. |