CBA_fnc_weaponEvents

Description

Execute weapon events framework.

class MyWeapon: MyWeapon_base { class EventHandlers { fired = “_this call CBA_fnc_weaponEvents”; }; };

Parameters

_unitUnit that fired the weapon <OBJECT>
_weaponThe weapon fired by the unit STRING

Returns

Nothing

Examples

fired = "_this call CBA_fnc_weaponEvents";

Author

commy2

string used by format
Close