DEPRECATED | Please use BIS_fnc_getArea added in Arma 3 1.58 |
Returns the array form of any area construct: [center, a, b, angle, isRectangle]
_area | The area construct to process <MARKER, TRIGGER, LOCATION, ARRAY> |
Area ARRAY (Empty array if invalid area was provided)
_area = [marker] call CBA_fnc_getArea; _area = [trigger] call CBA_fnc_getArea; _area = [location] call CBA_fnc_getArea; _area = [[center, a, b, angle, isRectangle]] call CBA_fnc_getArea;
SilentSpike