[DEV SERVER] Loading description...
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
