Show / Hide Table of Contents

Class CommandManager

Manager for handling custom console and chat commands.
Inheritance
object
CommandManager
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

Extension Methods

PrefabExtension.FixReferences(object)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾