Stop placement on interact_menu open

This commit is contained in:
PabstMirror 2015-03-27 11:53:04 -05:00
parent 91a1ed3264
commit 4d62865ea2
4 changed files with 17 additions and 7 deletions

View File

@ -1,6 +1,10 @@
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));
}; };
}; };
class Extended_PostInit_EventHandlers {
class ADDON {
clientInit = QUOTE( call COMPILE_FILE(XEH_clientInit) );
};
};

View File

@ -0,0 +1,6 @@
#include "script_component.hpp"
if (!hasInterface) exitWith {};
//If attach placing, stop when opening menu:
["interactMenuOpened", {GVAR(placeAction) = 0;}] call EFUNC(common,addEventHandler);

View File

@ -1,5 +1,5 @@
/* /*
* Author: eRazeri and esteldunedain * Author: eRazeri, esteldunedain, PabstMirror
* Attach an item to the unit * Attach an item to the unit
* *
* Arguments: * Arguments: