fnc_eh_killed.sqf | |
Functions | |
OCAP_recorder_fnc_eh_killed | Tracks when a unit is killed. |
Tracks when a unit is killed. This is the code triggered by the OCAP_EH_EntityKilled mission event handler.
_unit | Object the event handler is assigned to. [Object] |
_killer | Object that killed the unit. [Object] |
_instigator | Person who pulled the trigger. [Object] |
_useEffects | same as useEffects in setDamage alt syntax. [Bool] |
Nothing
call FUNC(eh_killed);
No
Dell, IndigoFox, Fank