ACE3/addons/attach/XEH_preInit.sqf

16 lines
237 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(attach);
PREP(canAttach);
PREP(canDetach);
PREP(detach);
PREP(getChildrenAttachActions);
PREP(handleGetIn);
PREP(handleGetOut);
PREP(handleKilled);
PREP(placeApprove);
ADDON = true;