BIS fnc getArea: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 2/7)
m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>")
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.58


| arma3 |= Game name
|gr1= Geometry


|1.58|= Game version
|gr2= Map and Markers
____________________________________________________________________________________________


| Extracts area information from trigger, marker, location or array|= Description
|descr= Extracts area information from trigger, marker, location or array
____________________________________________________________________________________________


| param call [[BIS_fnc_getArea]] |= Syntax
|s1= param call [[BIS_fnc_getArea]]


|p1= param:<blockquote>Could be one of
|p1= param:
* [[Object]] - trigger
* [[Object]] - trigger
* [[String]] - marker
* [[String]] - marker
* [[Location]] - location
* [[Location]] - location
* [[Array]] - array in format [center, distance] or [center, [a, b, angle, rect]] or [center, [a, b, angle, rect, height]]</blockquote>|=
* [[Array]] - array in format [center, distance] or [center, [a, b, angle, rect]] or [center, [a, b, angle, rect, height]]
| [[Array]] - in format [center, a, b, angle, isRectangle, height] |= Return value
____________________________________________________________________________________________


|x1= <code>_area = <nowiki>[</nowiki>[[player]], 100] [[call]] [[BIS_fnc_getArea]];</code> |=
|r1= [[Array]] - in format [center, a, b, angle, isRectangle, height]
____________________________________________________________________________________________


| [[createTrigger]], [[createMarker]], [[setTriggerArea]], [[setMarkerSize]], [[triggerArea]], [[markerSize]], [[inArea]], [[inAreaArray]], [[BIS_fnc_inTrigger]] |= See also
|x1= <sqf>private _area = [player, 100] call BIS_fnc_getArea;</sqf>


|seealso= [[createTrigger]] [[createMarker]] [[setTriggerArea]] [[setMarkerSize]] [[triggerArea]] [[markerSize]] [[inArea]] [[inAreaArray]] [[BIS_fnc_inTrigger]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Misc|{{uc:getArea}}]]
[[Category:Functions|{{uc:getArea}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:getArea}}]]

Latest revision as of 18:00, 13 July 2022

Hover & click on the images for description

Description

Description:
Extracts area information from trigger, marker, location or array
Execution:
call
Groups:
GeometryMap and Markers

Syntax

Syntax:
param call BIS_fnc_getArea
Parameters:
param:
  • Object - trigger
  • String - marker
  • Location - location
  • Array - array in format [center, distance] or [center, [a, b, angle, rect]] or [center, [a, b, angle, rect, height]]
Return Value:
Array - in format [center, a, b, angle, isRectangle, height]

Examples

Example 1:
private _area = [player, 100] call BIS_fnc_getArea;

Additional Information

See also:
createTrigger createMarker setTriggerArea setMarkerSize triggerArea markerSize inArea inAreaArray BIS_fnc_inTrigger

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note