ClearHelpMessages - Message

Member of: Message Script

Hides any currently displayed help messages. Doesn't mark the current message as complete, i.e. the user has seen the message and acted on it.

SyntaxEdit

; Hides the help message without marking it as "complete"
Function ClearHelpMessages() native global

ParametersEdit

None.

Return ValueEdit

None.

ExampleEdit

; Clear the help message if we're leaving the menu
if bMenuClosing
    Message.ClearHelpMessages()
endif

See AlsoEdit