ACE3/addons/ui_units/functions/fnc_altUnits.sqf

10 lines
176 B
Plaintext
Raw Normal View History

2019-06-08 20:17:24 +00:00
#include "script_component.hpp"
params ["_vehicle"];
if (_vehicle isKindOf "Helicopter") exitWith {
[GVAR(heliAlt), QGVAR(heliAlt)]
};
[GVAR(planeAlt), QGVAR(planeAlt)]