1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

add deprecate log

This commit is contained in:
commy2 2016-02-20 23:11:50 +01:00
parent 9cdefae10e
commit a67917c590
2 changed files with 5 additions and 2 deletions

@ -293,7 +293,10 @@ PREP(hashListSet);
PREP(hashListPush);
// backwards comp
DFUNC(canUseWeapon) = CBA_fnc_canUseWeapon;
DFUNC(canUseWeapon) = {
ACE_DEPRECATED("ace_common_fnc_canUseWeapon","3.7.0","CBA_fnc_canUseWeapon");
_this call CBA_fnc_canUseWeapon;
};
GVAR(syncedEvents) = HASH_CREATE;
GVAR(showHudHash) = [] call FUNC(hashCreate);

@ -1,4 +1,4 @@
s// by esteldunedain
// by esteldunedain
#include "script_component.hpp"
if (!hasInterface) exitWith {};