Background for Starfield
Member of the Quest script


Parameters

ObjectReferenceakActor

ObjectReferenceakDeadActor

LocationakLocation


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

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