2017-04-26 20:05:40 +00:00
|
|
|
class Extended_PreStart_EventHandlers {
|
|
|
|
class ADDON {
|
2021-09-04 00:08:34 +00:00
|
|
|
init = QUOTE(call COMPILE_SCRIPT(XEH_preStart));
|
2017-04-26 20:05:40 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
class Extended_PreInit_EventHandlers {
|
|
|
|
class ADDON {
|
2021-09-04 00:08:34 +00:00
|
|
|
init = QUOTE(call COMPILE_SCRIPT(XEH_preInit));
|
2017-04-26 20:05:40 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-08-06 16:08:43 +00:00
|
|
|
class Extended_PostInit_EventHandlers {
|
|
|
|
class ADDON {
|
2021-09-04 00:08:34 +00:00
|
|
|
init = QUOTE(call COMPILE_SCRIPT(XEH_postInit));
|
2018-08-06 16:08:43 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2017-04-26 20:05:40 +00:00
|
|
|
class Extended_Init_EventHandlers {
|
|
|
|
class CAManBase {
|
|
|
|
class ADDON {
|
2023-11-05 18:36:00 +00:00
|
|
|
init = QUOTE([ARR_2((_this select 0),false)] call FUNC(initUnit));
|
2019-05-12 04:13:59 +00:00
|
|
|
exclude[] = {IGNORE_BASE_UAVPILOTS};
|
2017-04-26 20:05:40 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|