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

Description

Wiki Description

Registers this script to receive OnTutorialEvent.

Only the script that registers for an event will receive it. Other scripts will not receive the event unless they also register for it. Once the event is received, you will be unregistered automatically.

Documentation Comment

Registers to receive tutorial-related events


Parameters

  1. 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.