ACE3/addons/kestrel4500/functions/fnc_onCloseDisplay.sqf

20 lines
299 B
Plaintext
Raw Normal View History

2016-05-30 16:37:03 +00:00
/*
* Author: Ruthberg
* Called if Kestrel Display is closed
*
* Arguments:
* None
*
* Return Value:
* None
*
* Example:
* call ace_kestrel4500_fnc_onCloseDisplay
*
* Public: No
*/
#include "script_component.hpp"
uiNamespace setVariable ['RscKestrel4500', nil];
GVAR(Overlay) = false;