UnshowAsHelpMessage - Message

Member of: Message Script

Ends display of the message as a help message on screen.

SyntaxEdit

Function UnshowAsHelpMessage() native

ParametersEdit

None.

Return ValueEdit

None.

ExampleEdit

; Manually end the showing of this message as a help message.
; Do not wait for corresponding button event or natural expiration.
MyTutorialMessage.UnshowAsHelpMessage()

See AlsoEdit