mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
changing macros, irl vector guide
This commit is contained in:
parent
9cf9733850
commit
7785a9df75
@ -198,8 +198,8 @@
|
||||
#define SETMVAR(var1,var2) missionNamespace SETVAR_SYS(var1,var2)
|
||||
#define SETUVAR(var1,var2) uiNamespace SETVAR_SYS(var1,var2)
|
||||
|
||||
#define GETVARD(var1,var2) GETMVAR(GVAR(var1),var2)
|
||||
#define GETEVARD(var1,var2,var3) GETMVAR(EGVAR(var1,var2),var3)
|
||||
#define GETGVAR(var1,var2) GETMVAR(GVAR(var1),var2)
|
||||
#define GETEGVAR(var1,var2,var3) GETMVAR(EGVAR(var1,var2),var3)
|
||||
|
||||
|
||||
#ifdef DISABLE_COMPILE_CACHE
|
||||
|
@ -31,7 +31,7 @@ switch (_this select 0) do {
|
||||
GVAR(keyDownTimeAzimuth) = diag_tickTime;
|
||||
|
||||
if (diag_tickTime > GVAR(keyDownTimeDistance) + 0.5) then {
|
||||
if (GETVARD(isKeyDownDistance,false)) exitWith {
|
||||
if (GETGVAR(isKeyDownDistance,false)) exitWith {
|
||||
hint "P1 relative distance mode";
|
||||
};
|
||||
|
||||
@ -56,7 +56,7 @@ switch (_this select 0) do {
|
||||
GVAR(keyDownTimeDistance) = diag_tickTime;
|
||||
|
||||
if (diag_tickTime > GVAR(keyDownTimeAzimuth) + 0.5) then {
|
||||
if (GETVARD(isKeyDownAzimuth,false)) exitWith {
|
||||
if (GETGVAR(isKeyDownAzimuth,false)) exitWith {
|
||||
hint "P1 relative azimuth + non-slope distance mode";
|
||||
};
|
||||
|
||||
|
BIN
extras/Vector_USMC.pdf
Normal file
BIN
extras/Vector_USMC.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user