mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
742626ff1a
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
20 lines
309 B
Plaintext
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;
|