mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
22 lines
401 B
Plaintext
22 lines
401 B
Plaintext
|
/*
|
||
|
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;
|