ACE3/addons/interaction/functions/fnc_hideMenu.sqf

22 lines
393 B
Plaintext
Raw Normal View History

2015-01-11 19:32:51 +00:00
/*
Author: Garth de Wet (LH)
2015-01-11 23:13:47 +00:00
Description:
Closes the Interaction menu
2015-01-11 23:13:47 +00:00
Parameters:
Nothing
2015-01-11 23:13:47 +00:00
Returns:
Nothing
2015-01-11 23:13:47 +00:00
Example:
call FUNC(hideMenu);
2015-01-11 19:32:51 +00:00
*/
2015-01-11 23:13:47 +00:00
#include "script_component.hpp"
2015-01-11 19:32:51 +00:00
closeDialog 0;
(findDisplay 1713999) closeDisplay 1;
2015-01-11 23:13:47 +00:00
(uiNameSpace getVariable QGVAR(Flow_Display)) closeDisplay 0;
GVAR(MainButton) = nil;
call FUNC(hideMouseHint);