fnc_getEventWeaponText.sqf | |
Functions | |
OCAP_recorder_fnc_getEventWeaponText | Used to identify the current weapon a unit is using that has injured or killed another. |
Used to identify the current weapon a unit is using that has injured or killed another. Will determine the handheld weapon or vehicle weapon they’re using.
Attempts to reference OCAP_lastFired but will fall back to current value if not available.
Called during <OCAP_recorder_fnc_projectileHit> and OCAP_recorder_fnc_eh_killed.
_instigator | The unit to evaluate [Object] |
The description of weapon or vehicle > weapon. [String]
[_shooter] call FUNC(getEventWeaponText)
No
IndigoFox