Background for Starfield
Member of the Quest script
eventOnStoryAttractionObject(ObjectReferenceakActor, ObjectReferenceakObject, LocationakLocation, boolabCommanded)


Parameters

ObjectReferenceakActor

ObjectReferenceakObject

LocationakLocation

boolabCommanded


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

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