ResetHelpMessage - Message
Revision as of 16:16, 20 October 2011 by imported>Plplecuyer
Member of: Message Script
Resets the status of a help message input event, allowing a message to be displayed for that input event.
Syntax[edit | edit source]
Function ResetHelpMessage(string asEvent) native global
Parameters[edit | edit source]
- asEvent: The identifying event.
Example[edit | edit source]
; Reset the status of the jump button help message, allowing a new jump button help message to be displayed.
Message.ResetHelpMessage("Jump")