ResetHelpMessage - Message

From the Fallout4 CreationKit Wiki
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]