ACE3/addons/attach/XEH_clientInit.sqf

7 lines
194 B
Plaintext
Raw Normal View History

2015-03-27 16:53:04 +00:00
#include "script_component.hpp"
if (!hasInterface) exitWith {};
//If attach placing, stop when opening menu:
2016-05-24 13:13:11 +00:00
["ace_interactMenuOpened", {GVAR(placeAction) = 0;}] call CBA_fnc_addEventHandler;