| fnc_getInstigator.sqf | |
| Functions | |
| OCAP_recorder_fnc_getInstigator | Attempts to identify who truly pulled the trigger on a kill event. |
Attempts to identify who truly pulled the trigger on a kill event.
Called in OCAP_recorder_fnc_eh_killed.
| _victim | Who was killed. [Object] |
| _killer | What caused the damage. [Object, default objNull] |
| _instigator | Who pulled the trigger, as reported by Arma. [Object, default objNull] |
The true killer. [Object]
[_victim, _killer] call FUNC(getInstigator);
No
Dell