ACE3/addons/interaction/functions/fn_hideMenu.sqf
2015-01-12 01:20:02 -03:00

22 lines
354 B
Plaintext

/*
Author: Garth de Wet (LH)
Description:
Closes the Interaction menu
Parameters:
Nothing
Returns:
Nothing
Example:
call FUNC(hideMenu);
*/
#include "script_component.hpp"
closeDialog 0;
(findDisplay 1713999) closeDisplay 1;
(uiNameSpace getVariable QGVAR(Flow_Display)) closeDisplay 0;
GVAR(MainButton) = nil;
call FUNC(hideMouseHint);