mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Kestrel4500 - Cleanup unused onUnload
handler (2.10 compatiblity) (#8961)
This commit is contained in:
parent
654e4c1b7d
commit
4400d860ac
@ -223,7 +223,6 @@ class RscTitles {
|
||||
class RscKestrel4500 {
|
||||
idd=-1;
|
||||
onLoad="with uiNameSpace do { RscKestrel4500 = _this select 0 };";
|
||||
onUnload=(_this call FUNC(onCloseDisplay));
|
||||
movingEnable=0;
|
||||
duration=60;
|
||||
fadeIn="false";
|
||||
|
@ -7,7 +7,6 @@ PREP(displayKestrel);
|
||||
PREP(generateOutputData);
|
||||
PREP(measureWindSpeed);
|
||||
PREP(onCloseDialog);
|
||||
PREP(onCloseDisplay);
|
||||
PREP(restoreUserData);
|
||||
PREP(storeUserData);
|
||||
PREP(updateDisplay);
|
||||
|
@ -1,19 +0,0 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Ruthberg
|
||||
* Called if Kestrel Display is closed
|
||||
*
|
||||
* Arguments:
|
||||
* None
|
||||
*
|
||||
* Return Value:
|
||||
* None
|
||||
*
|
||||
* Example:
|
||||
* call ace_kestrel4500_fnc_onCloseDisplay
|
||||
*
|
||||
* Public: No
|
||||
*/
|
||||
|
||||
uiNamespace setVariable ['RscKestrel4500', nil];
|
||||
GVAR(Overlay) = false;
|
Loading…
Reference in New Issue
Block a user