CBA Macro for addEventHandler

This commit is contained in:
jonpas 2015-05-15 17:44:58 +02:00
parent 2edbacd15b
commit 1ccc7e1e0a

View File

@ -41,5 +41,5 @@ if (!GVAR(showPlayerNamesForce)) then {
GVAR(drawHandler) = addMissionEventHandler ["Draw3D", {_this call FUNC(onDraw3d);}];
};
};
}] call ace_common_fnc_addEventHandler;
};
}] call EFUNC(common,addEventHandler);
};