ACE3/addons/tripod/XEH_preInit.sqf

15 lines
234 B
Plaintext
Raw Normal View History

2015-06-04 19:13:44 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(adjust);
PREP(handleInteractMenuOpened);
PREP(handleKilled);
PREP(handlePlayerChanged);
2015-06-04 19:13:44 +00:00
PREP(handleScrollWheel);
PREP(handleUnconscious);
2015-06-04 19:13:44 +00:00
PREP(pickup);
PREP(place);
ADDON = true;