Class KeyHintManager
Manager for handling custom key hints
Inherited Members
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public class KeyHintManager
Properties
Name | Description |
---|---|
Instance | Singleton instance |
Methods
Name | Description |
---|---|
AddKeyHint(KeyHintConfig) | Add a KeyHintConfig to the manager. Checks if the custom key hint is unique (i.e. the first one registered for an item). Custom key hints are displayed in the game instead of the default KeyHints for equipped tools or weapons they are registered for. |
RemoveKeyHint(KeyHintConfig) | Removes a KeyHintConfig from the game. |