ResetHelpMessage - Message

From the Fallout4 CreationKit Wiki
Revision as of 16:16, 20 October 2011 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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")

See Also[edit | edit source]