ACE3/addons/kestrel4500/functions/fnc_onCloseDialog.sqf

20 lines
325 B
Plaintext
Raw Normal View History

2015-08-13 23:55:54 +00:00
/*
* Author: Ruthberg
* Called if Kestrel Dialog is closed
2015-08-13 23:55:54 +00:00
*
* 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;