- Found in:
- Vanilla
eventOnUnconscious(ObjectReferenceakAttacker)
Description
Documentation Comment
Event that is triggered when an actor has been "killed" with EM weapons (the actor is still alive)
Parameters
ObjectReferenceakAttacker
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnUnconscious(ObjectReference akAttacker)
Debug.trace("Event received - OnUnconscious: akAttacker = " + akAttacker)
endEvent