ACE3/addons/interaction/functions/fn_hideMenu.sqf

22 lines
401 B
Plaintext
Raw Normal View History

2015-01-11 19:32:51 +00:00
/*
Name: AGM_Interaction_fnc_hideMenu
Author: Garth de Wet (LH)
Description:
Closes the Interaction menu
Parameters:
Nothing
Returns:
Nothing
Example:
call AGM_Interaction_fnc_hideMenu;
*/
closeDialog 0;
(findDisplay 1713999) closeDisplay 1;
(uiNameSpace getVariable "AGM_Flow_Display") closeDisplay 0;
AGM_Interaction_MainButton = nil;
call AGM_Interaction_fnc_hideMouseHint;