mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
20 lines
319 B
Plaintext
20 lines
319 B
Plaintext
/*
|
|
* Author: Ruthberg
|
|
* Called if Kestrell Display is closed
|
|
*
|
|
* Arguments:
|
|
* None
|
|
*
|
|
* Return Value:
|
|
* None
|
|
*
|
|
* Example:
|
|
* call ace_kestrel4500_fnc_onCloseDisplay
|
|
*
|
|
* Public: No
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
uiNamespace setVariable ['RscKestrel4500', nil];
|
|
GVAR(Overlay) = false;
|