mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Switched to preStart + XEH_PREP
This commit is contained in:
parent
fc54b1180c
commit
8039332743
@ -1,3 +1,9 @@
|
|||||||
|
class Extended_PreStart_EventHandlers {
|
||||||
|
class ADDON {
|
||||||
|
init = QUOTE(call COMPILE_FILE(XEH_preStart));
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
class Extended_PreInit_EventHandlers {
|
class Extended_PreInit_EventHandlers {
|
||||||
class ADDON {
|
class ADDON {
|
||||||
init = QUOTE(call COMPILE_FILE(XEH_preInit));
|
init = QUOTE(call COMPILE_FILE(XEH_preInit));
|
||||||
|
16
addons/fastroping/XEH_PREP.hpp
Normal file
16
addons/fastroping/XEH_PREP.hpp
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
PREP(canCutRopes);
|
||||||
|
PREP(canDeployRopes);
|
||||||
|
PREP(canFastRope);
|
||||||
|
PREP(canPrepareFRIES);
|
||||||
|
PREP(checkVehicleThread);
|
||||||
|
PREP(cutRopes);
|
||||||
|
PREP(deployRopes);
|
||||||
|
PREP(equipFRIES);
|
||||||
|
PREP(fastRope);
|
||||||
|
PREP(fastRopeLocalPFH);
|
||||||
|
PREP(fastRopeServerPFH);
|
||||||
|
PREP(moduleEquipFRIES);
|
||||||
|
PREP(onCutCommon);
|
||||||
|
PREP(onPrepareCommon);
|
||||||
|
PREP(onRopeBreak);
|
||||||
|
PREP(prepareFRIES);
|
@ -2,21 +2,6 @@
|
|||||||
|
|
||||||
ADDON = false;
|
ADDON = false;
|
||||||
|
|
||||||
PREP(canCutRopes);
|
#include "XEH_PREP.hpp"
|
||||||
PREP(canDeployRopes);
|
|
||||||
PREP(canFastRope);
|
|
||||||
PREP(canPrepareFRIES);
|
|
||||||
PREP(checkVehicleThread);
|
|
||||||
PREP(cutRopes);
|
|
||||||
PREP(deployRopes);
|
|
||||||
PREP(equipFRIES);
|
|
||||||
PREP(fastRope);
|
|
||||||
PREP(fastRopeLocalPFH);
|
|
||||||
PREP(fastRopeServerPFH);
|
|
||||||
PREP(moduleEquipFRIES);
|
|
||||||
PREP(onCutCommon);
|
|
||||||
PREP(onPrepareCommon);
|
|
||||||
PREP(onRopeBreak);
|
|
||||||
PREP(prepareFRIES);
|
|
||||||
|
|
||||||
ADDON = true;
|
ADDON = true;
|
||||||
|
3
addons/fastroping/XEH_preStart.sqf
Normal file
3
addons/fastroping/XEH_preStart.sqf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#include "script_component.hpp"
|
||||||
|
|
||||||
|
#include "XEH_PREP.hpp"
|
Loading…
Reference in New Issue
Block a user