ACE3/addons/kestrel4500/functions/fnc_onCloseDialog.sqf

20 lines
309 B
Plaintext
Raw Permalink Normal View History

#include "..\script_component.hpp"
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
*/
uiNamespace setVariable ['Kestrel4500_Display', nil];
GVAR(Kestrel4500) = false;