ACE3/addons/attach/XEH_preInit.sqf

13 lines
178 B
Plaintext
Raw Normal View History

2015-01-11 20:39:49 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
2015-01-13 05:16:03 +00:00
PREP(attach);
PREP(canAttach);
PREP(canDetach);
PREP(detach);
PREP(getChildrenAttachActions);
PREP(placeApprove);
2015-01-29 07:38:46 +00:00
ADDON = true;