ACE3/addons/sandbag/XEH_preInit.sqf

18 lines
315 B
Plaintext
Raw Normal View History

2015-06-02 17:30:50 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(canDeploy);
PREP(deploy);
2015-06-02 18:07:35 +00:00
PREP(deployCancel);
2015-06-02 17:30:50 +00:00
PREP(deployConfirm);
PREP(handleInteractMenuOpened);
PREP(handleKilled);
PREP(handlePlayerChanged);
PREP(handlePlayerInventoryChanged);
2015-06-02 17:30:50 +00:00
PREP(handleScrollWheel);
PREP(handleUnconscious);
2015-06-02 17:30:50 +00:00
PREP(pickup);
ADDON = true;