1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/kestrel4500/functions/fnc_onCloseDialog.sqf
2016-05-30 18:37:03 +02:00

20 lines
306 B
Plaintext

/*
* 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;