ACE3/addons/kestrel4500/functions/fnc_onCloseDisplay.sqf

20 lines
318 B
Plaintext
Raw Normal View History

2015-08-13 23:55:54 +00:00
/*
* Author: Ruthberg
* Called if Kestrel Display is closed
2015-08-13 23:55:54 +00:00
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* call ace_kestrel4500_fnc_onCloseDisplay
*
* Public: No
*/
#include "script_component.hpp"
uiNamespace setVariable ['RscKestrel4500', nil];
GVAR(Overlay) = false;