#include "script_component.hpp" /* * Author: esteldunedain * Converts Arma "Position" to ASL * * Arguments: * 0: position x * 1: position y * 2: position z * * Return Value: * None * * Example: * [1, 1, 1] call ace_common_fnc_positionToASL * * Public: Yes */ if (surfaceIsWater _this) then { _this } else { ATLtoASL _this };