Execute weapon events framework.
class MyWeapon: MyWeapon_base { class EventHandlers { fired = “_this call CBA_fnc_weaponEvents”; }; };
_unit | Unit that fired the weapon <OBJECT> |
_weapon | The weapon fired by the unit STRING |
Nothing
fired = "_this call CBA_fnc_weaponEvents";
commy2