ACE3/addons/mk6mortar/XEH_clientInit.sqf
2015-06-14 00:52:30 -05:00

7 lines
275 B
Plaintext

#include "script_component.hpp"
if (!hasInterface) exitWith {};
["playerVehicleChanged", {_this call FUNC(handlePlayerVehicleChanged);}] call EFUNC(common,addEventHandler);
["infoDisplayChanged", {_this call FUNC(turretDisplayLoaded);}] call EFUNC(common,addEventHandler);