ACE3/addons/backpacks/XEH_preInit.sqf

11 lines
158 B
Plaintext
Raw Normal View History

2015-01-18 06:56:09 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
PREP(backpackOpened);
2015-01-18 06:56:09 +00:00
PREP(getBackpackAssignedUnit);
PREP(isBackpack);
PREP(onOpenInventory);
2015-01-29 07:38:46 +00:00
ADDON = true;