ACE3/addons/kestrel4500/functions/fnc_onCloseDialog.sqf
jonpas 742626ff1a
General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00

20 lines
309 B
Plaintext

#include "..\script_component.hpp"
/*
* 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;