mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Minimized XEH to ThingX config level
This commit is contained in:
@ -18,7 +18,12 @@ class Extended_Init_EventHandlers {
|
|||||||
init = QUOTE(_this call DFUNC(initPerson));
|
init = QUOTE(_this call DFUNC(initPerson));
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
class All {
|
class StaticWeapon {
|
||||||
|
class ADDON {
|
||||||
|
init = QUOTE(_this call DFUNC(initObject));
|
||||||
|
};
|
||||||
|
};
|
||||||
|
class ThingX {
|
||||||
class ADDON {
|
class ADDON {
|
||||||
init = QUOTE(_this call DFUNC(initObject));
|
init = QUOTE(_this call DFUNC(initObject));
|
||||||
};
|
};
|
||||||
|
@ -20,7 +20,7 @@ class Extended_Killed_EventHandlers {
|
|||||||
|
|
||||||
// Need initPost or there are problems with setVariable
|
// Need initPost or there are problems with setVariable
|
||||||
class Extended_InitPost_EventHandlers {
|
class Extended_InitPost_EventHandlers {
|
||||||
class All {
|
class ThingX {
|
||||||
class ADDON {
|
class ADDON {
|
||||||
init = QUOTE(_this call DFUNC(addSitActions))
|
init = QUOTE(_this call DFUNC(addSitActions))
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user