- Found in:
- Vanilla
Description
Wiki Description
Resets the status of a help message input event, allowing a message to be displayed for that input event.
Documentation Comment
Resets help message status for an input event so a new message can be displayed for that event.
Parameters
stringasEvent
CK Wiki Description
The identifying event.
Examples
; Reset the status of the jump button help message, allowing a new jump button help message to be displayed.
Message.ResetHelpMessage("Jump")Auto-Generated Example
string myString__asEvent
Message.ResetHelpMessage(myString__asEvent)