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-06-05 07:34:27 +00:00
|
|
|
class Extended_PreInit_EventHandlers {
|
|
|
|
class ADDON {
|
2021-09-04 00:08:34 +00:00
|
|
|
init = QUOTE(call COMPILE_SCRIPT(XEH_preInit));
|
2015-06-05 07:34:27 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-06-05 15:03:09 +00:00
|
|
|
class Extended_Init_EventHandlers {
|
|
|
|
class ACE_SpottingScopeObject {
|
|
|
|
class ADDON {
|
|
|
|
init = QUOTE(_this call DEFUNC(dragging,initObject));
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|