fnc_eh_killed.sqf

Summary

Functions

OCAP_recorder_fnc_eh_killed

Description

Tracks when a unit is killed.  This is the code triggered by the OCAP_EH_EntityKilled mission event handler.

Parameters

_unitObject the event handler is assigned to.  [Object]
_killerObject that killed the unit.  [Object]
_instigatorPerson who pulled the trigger.  [Object]
_useEffectssame as useEffects in setDamage alt syntax.  [Bool]

Returns

Nothing

Examples

call FUNC(eh_killed);

Public

No

Author

Dell, IndigoFox, Fank

Handle for the “EntityKilled” mission event handler.
Close