Background for Starfield
Member of the Quest script
eventOnStoryInfection(ObjectReferenceakTransmittingActor, FormakInfection)


Parameters

ObjectReferenceakTransmittingActor

FormakInfection


Examples

Auto-Generated Example

Scriptname MyCoolScript extends Quest

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