Background for Fallout 4
Member of the ScriptObject script
voidfunctionUnregisterForTutorialEvent(stringasEventName)Native

Description

Wiki Description

Unregisters this script from receiving OnTutorialEvent.

Only the script that unregisters for an event will stop receiving it. Other scripts will still receive the event if they registered for it separately.

Documentation Comment

Unregisters from receiving tutorial-related events


Caveats

CK Wiki - Notes

None


Parameters

  1. stringasEventName

    CK Wiki Description

    The name of the tutorial event to unregister for. See OnTutorialEvent for event names.


Examples

; Unregister for tutorial-related events.
UnregisterForTutorialEvent("HackingEntered")

Auto-Generated Example

string myString__asEventName

myScriptObject__toCallFunctionOn.UnregisterForTutorialEvent(myString__asEventName)

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.