ACE3/addons/resting/XEH_preInit.sqf

12 lines
161 B
Plaintext
Raw Normal View History

2015-01-15 22:34:35 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
PREP(getIntersection);
2015-01-15 22:34:35 +00:00
PREP(hasBipod);
PREP(pfhCheckRest);
2015-01-15 22:34:35 +00:00
PREP(restWeapon);
PREP(unRestWeapon);
2015-01-29 07:38:46 +00:00
ADDON = true;