- Found in:
- Vanilla
eventOnKill(ObjectReferenceakVictim)
Description
Documentation Comment
Event that is triggered when this actor kills another
Parameters
ObjectReferenceakVictim
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnKill(ObjectReference akVictim)
Debug.trace("Event received - OnKill: akVictim = " + akVictim)
endEvent