- Found in:
- Vanilla
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
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)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
