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

[DEV SERVER] Loading description...


Caveats


Parameters

stringasEventName

CK Wiki Description

//falloutck.uesp.net/wiki/OnTutorialEvent_-_ScriptObject "OnTutorialEvent - ScriptObject") for event names.


Examples

; Register for Tutorial event
RegisterForTutorialEvent("HackingEntered")

Auto-Generated Example

string myString__asEventName

myScriptObject__toCallFunctionOn.RegisterForTutorialEvent(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.