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:
parent
9cdefae10e
commit
a67917c590
addons
@ -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 {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user