2015-01-11 19:32:51 +00:00
|
|
|
/*
|
2015-04-06 16:22:43 +00:00
|
|
|
Author: Garth de Wet (LH)
|
2015-01-11 23:13:47 +00:00
|
|
|
|
2015-04-06 16:22:43 +00:00
|
|
|
Description:
|
|
|
|
Closes the Interaction menu
|
2015-01-11 23:13:47 +00:00
|
|
|
|
2015-04-06 16:22:43 +00:00
|
|
|
Parameters:
|
|
|
|
Nothing
|
2015-01-11 23:13:47 +00:00
|
|
|
|
2015-04-06 16:22:43 +00:00
|
|
|
Returns:
|
|
|
|
Nothing
|
2015-01-11 23:13:47 +00:00
|
|
|
|
2015-04-06 16:22:43 +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);
|