CBA_fnc_getArea

DEPRECATEDPlease use BIS_fnc_getArea added in Arma 3 1.58

Description

Returns the array form of any area construct: [center, a, b, angle, isRectangle]

Parameters

_areaThe area construct to process <MARKER, TRIGGER, LOCATION, ARRAY>

Returns

Area ARRAY (Empty array if invalid area was provided)

Examples

_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;

Author

SilentSpike

Array to read from [Array]
Close