Difference between revisions of "inArea"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
killzone_kid (talk | contribs) |
||
(28 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{RV|type=command |
− | | arma3 | + | |game1= arma3 |
− | + | |version1= 1.58 | |
− | |1.58 | ||
|gr1= Triggers | |gr1= Triggers | ||
Line 13: | Line 12: | ||
|gr4= Positions | |gr4= Positions | ||
− | | Checks whether given position is inside given area. | + | |descr= Checks whether given position or object is inside given area. Use [[inAreaArray]] to check multiple positions/objects within area. |
− | + | {{Feature|informative|This command also supports hexagon area which can be created from ellipse when both a and b are negative. | |
− | + | Hexagon ellipses are also supported by both marker creation and [[drawEllipse]].}} | |
− | |||
− | | | + | |s1= position [[inArea]] area |
− | | | + | |p1= position: [[Object]] or [[Array]] in format [[Position#Introduction|Position2D]] or [[Position#Introduction|Position3D]] |
− | | [[ | + | |p2= area: [[Object]], [[String]], [[Location]] |
+ | * [[Object]] - trigger | ||
+ | * [[String]] - marker name | ||
+ | * [[Location]] - location | ||
− | | | + | |r1= [[Boolean]] |
− | | | + | |s2= position [[inArea]] [center, a, b, angle, isRectangle, c] |
− | | | + | |p21= position: [[Object]] or [[Array]] in format [[Position#Introduction|Position2D]] or [[Position#Introduction|Position3D]] |
− | | | + | |p22= center: [[Array]] or [[Object]] - center of the area in format [[Position#Introduction|Position2D]], [[Position#Introduction|Position3D]], [[Object]] or [[Group]] |
− | | | + | |p23= a: [[Number]] - x axis (x / 2) |
− | | | + | |p24= b: [[Number]] - y axis (y / 2) |
− | | | + | |p25= angle: [[Number]] - rotation angle |
− | | | + | |p26= isRectangle: [[Boolean]] - [[true]] if rectangle, [[false]] if ellipse |
− | | | + | |p27= c: [[Number]] - (Optional, default -1 (unlimited)) z axis (z / 2) |
+ | |p27since= arma3 1.60 | ||
− | | | + | |r2= [[Boolean]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | + | |x1= <sqf>_playerIsInside = player inArea _myTrigger;</sqf> |
+ | |x2= <sqf>_positionIsInside = _myPosition inArea [[100, 100, 0], 20, 30, 45, false];</sqf> | ||
− | | | + | |seealso= [[inAreaArray]] [[triggerArea]] [[in]] [[inPolygon]] [[drawEllipse]] [[drawRectangle]] [[createTrigger]] [[createMarker]] [[createLocation]] |
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 09:15, 14 May 2022
Description
- Description:
- Checks whether given position or object is inside given area. Use inAreaArray to check multiple positions/objects within area.
- Groups:
- TriggersMarkersLocationsPositions
Syntax
- Syntax:
- position inArea area
- Parameters:
- position: Object or Array in format Position2D or Position3D
- area: Object, String, Location
- Return Value:
- Boolean
Alternative Syntax
- Syntax:
- position inArea [center, a, b, angle, isRectangle, c]
- Parameters:
- position: Object or Array in format Position2D or Position3D
- center: Array or Object - center of the area in format Position2D, Position3D, Object or Group
- a: Number - x axis (x / 2)
- b: Number - y axis (y / 2)
- angle: Number - rotation angle
- isRectangle: Boolean - true if rectangle, false if ellipse
- since
1.60
- c: Number - (Optional, default -1 (unlimited)) z axis (z / 2)
- Return Value:
- Boolean
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- inAreaArray triggerArea in inPolygon drawEllipse drawRectangle createTrigger createMarker createLocation
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