- Found in:
- Vanilla
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