2016-02-22 14:20:36 +00:00
|
|
|
|
|
|
|
class Extended_PreStart_EventHandlers {
|
|
|
|
class ADDON {
|
2021-09-04 00:08:34 +00:00
|
|
|
init = QUOTE(call COMPILE_SCRIPT(XEH_preStart));
|
2016-02-22 14:20:36 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-01-16 01:25:41 +00:00
|
|
|
class Extended_PreInit_EventHandlers {
|
|
|
|
class ADDON {
|
2021-09-04 00:08:34 +00:00
|
|
|
init = QUOTE(call COMPILE_SCRIPT(XEH_preInit));
|
2015-01-16 01:25:41 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-01-18 20:05:32 +00:00
|
|
|
class Extended_PostInit_EventHandlers {
|
|
|
|
class ADDON {
|
2021-09-04 00:08:34 +00:00
|
|
|
init = QUOTE(call COMPILE_SCRIPT(XEH_postInit));
|
2015-01-18 20:05:32 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-01-16 01:25:41 +00:00
|
|
|
class Extended_Take_EventHandlers {
|
|
|
|
class CAManBase {
|
|
|
|
class ACE_AmmoIndicatorReload {
|
2020-10-21 16:17:42 +00:00
|
|
|
clientTake = QUOTE(_this call FUNC(onTake));
|
2015-01-16 01:25:41 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|