ACE3/addons/gunbag/XEH_PREP.hpp
mjc4wilton 2220822d30
Gunbag - Add BI Arsenal Compatibility (#7887)
* Initial Commit

* Remove development components

* Adapt to ACE_player & resolve returned assignment

* Update addons/gunbag/functions/fnc_BIArsenalClose.sqf

Co-authored-by: commy2 <commy-2@gmx.de>

Co-authored-by: commy2 <commy-2@gmx.de>
2020-10-29 10:12:51 -05:00

15 lines
261 B
C++

PREP(toGunbag);
PREP(toGunbagCallback);
PREP(swapGunbag);
PREP(swapGunbagCallback);
PREP(offGunbag);
PREP(offGunbagCallback);
PREP(status);
PREP(canInteract);
PREP(calculateMass);
PREP(hasGunbag);
PREP(isMachineGun);
PREP(BIArsenalClose);
PREP(BIArsenalOpen);