mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
84685f4a84
Update some Comments Fixing Spelling Issue
20 lines
325 B
Plaintext
20 lines
325 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;
|