peak_hud:helpNotify
This event triggers a help notification.
Arguments
- key:
string
The key of the help notification. - description:
string
The description of the help notification.
Format
TriggerEvent("peak_hud:helpNotify", key, description)Example
TriggerEvent("peak_hud:helpNotify", "E", "This is a test help notification")Last updated on