Method AddKeyHint
| Improve this Doc View SourceAddKeyHint(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.
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.
Declaration
public bool AddKeyHint(KeyHintConfig hintConfig)
Parameters
Type | Name | Description |
---|---|---|
KeyHintConfig | hintConfig | The custom key hint config to add. |
Returns
Type | Description |
---|---|
bool | true if the custom key hint config was added to the manager. |