Background for Starfield
Member of the Quest script


Parameters

ObjectReferenceakActor

LocationakLocation


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

event OnStoryActorAttach(ObjectReference akActor, Location akLocation)
    Debug.trace("Event received - OnStoryActorAttach: akActor = " + akActor + " akLocation = " + akLocation)
endEvent
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.