ACE3/addons/kestrel4500/functions/fnc_onCloseDialog.sqf

20 lines
306 B
Plaintext
Raw Normal View History

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