ACE3/addons/ui_units/functions/fnc_altInfo.sqf

8 lines
123 B
Plaintext
Raw Normal View History

2019-06-08 20:17:24 +00:00
#include "script_component.hpp"
params ["_unit"];
2019-06-12 05:11:02 +00:00
if (_unit isEqualTo ALT_F) exitWith {["f", METERS_TO_FEET]};
2019-06-08 20:17:24 +00:00
["m", 1]