ACE3/addons/ui_units/functions/fnc_altInfo.sqf
2022-09-01 13:36:00 -06:00

8 lines
123 B
Plaintext

#include "script_component.hpp"
params ["_unit"];
if (_unit isEqualTo ALT_F) exitWith {["f", METERS_TO_FEET]};
["m", 1]