ACE3/addons/units/functions/fnc_altInfo.sqf

8 lines
127 B
Plaintext
Raw Normal View History

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