ACE3/addons/fastroping/XEH_preInit.sqf

23 lines
396 B
Plaintext
Raw Normal View History

2015-09-16 21:01:01 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(canCutRopes);
PREP(canDeployRopes);
PREP(canFastRope);
PREP(canPrepareFRIES);
2016-02-29 18:18:59 +00:00
PREP(checkVehicleThread);
2015-09-16 21:01:01 +00:00
PREP(cutRopes);
PREP(deployRopes);
PREP(equipFRIES);
2015-09-16 21:01:01 +00:00
PREP(fastRope);
PREP(fastRopeLocalPFH);
PREP(fastRopeServerPFH);
PREP(moduleEquipFRIES);
PREP(onCutCommon);
PREP(onPrepareCommon);
PREP(onRopeBreak);
PREP(prepareFRIES);
2015-09-16 21:01:01 +00:00
ADDON = true;