We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e119b15 commit eed3692Copy full SHA for eed3692
addons/sys_core/XEH_postInit.sqf
@@ -3,6 +3,11 @@
3
4
[QGVAR(onRevealUnit), { _this call FUNC(onRevealUnit) }] call CALLSTACK(CBA_fnc_addEventHandler);
5
6
+["CBA_loadoutGet", {
7
+ params ["", "_loadout", ""];
8
+ [_loadout] call EFUNC(api,filterUnitLoadout);
9
+}] call CBA_fnc_addEventHandler;
10
+
11
if (!hasInterface) exitWith {};
12
13
// Ensure the TeamSpeak plugin handler code is initialized first
0 commit comments