mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Persistent reference heading for the Kestrel 4500.
This commit is contained in:
parent
90ffee4ce6
commit
24b2fea303
@ -16,3 +16,4 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
GVAR(Menu) = 0 max (profileNamespace getVariable ["ACE_Kestrel4500_menu", 0]) min ((count GVAR(Menus)) - 1);
|
||||
GVAR(RefHeading) = 0 max (profileNamespace getVariable ["ACE_Kestrel4500_RefHeading", 0]) min 359;
|
||||
|
@ -16,3 +16,4 @@
|
||||
#include "script_component.hpp"
|
||||
|
||||
profileNamespace setVariable ["ACE_Kestrel4500_menu", GVAR(menu)];
|
||||
profileNamespace setVariable ["ACE_Kestrel4500_RefHeading", GVAR(RefHeading)];
|
||||
|
Loading…
Reference in New Issue
Block a user