Show / Hide Table of Contents

Class SkillManager

Manager for handling custom skills added to the game.
Inheritance
object
SkillManager
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 SkillManager

Properties

Name Description
Instance Global singleton instance of the manager.

Methods

Name Description
AddSkill(SkillConfig) Add a new skill with given SkillConfig object.
AddSkillsFromJson(string) Adds skills defined in a JSON file at given path, relative to BepInEx/plugins
GetSkill(SkillType) Gets a custom skill with given SkillType.
GetSkill(string) Gets a custom skill with given skill identifier.

Extension Methods

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