Background for Fallout 4
Member of the Message script
voidfunctionResetHelpMessage(stringasEvent)NativeGlobal

Description

Wiki Description

Resets the status of a help message input event, allowing a message to be displayed for that input event.

Documentation Comment

Resets help message status for an input event so a new message can be displayed for that event.


Parameters

  1. stringasEvent

    CK Wiki Description

    The identifying event.


Examples

; Reset the status of the jump button help message, allowing a new jump button help message to be displayed.
Message.ResetHelpMessage("Jump")

Auto-Generated Example

string myString__asEvent

Message.ResetHelpMessage(myString__asEvent)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.