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

[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)

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.