inAreaArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ | arma3dev |= Game |1.65|= Game Version (number surrounded by NO SPA...")
 
m (formatted parameters)
Line 18: Line 18:
|[input] '''inAreaArray''' trigger |= Syntax
|[input] '''inAreaArray''' trigger |= Syntax


|p1= [[Array]] of  [[Object]]s or [[Position]]s - input|= Parameter 1
|p1= input:  [[Array]] of  [[Object]]s or [[Position]]s|= Parameter 1


|p2= Trigger |= Parameter 2
|p2= trigger: Trigger   |= Parameter 2





Revision as of 17:00, 21 October 2016

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.65|1.65]]
Hover & click on the images for description

Description

Description:
Filters given Array of Objects or Positions by given trigger area.
Multiplayer:
-
Groups:
Uncategorised

Syntax

Syntax:
[input] inAreaArray trigger
Parameters:
input: Array of Objects or Positions
trigger: Trigger
Return Value:
Array: Array with objects or positions inside the trigger area

Examples

Example 1:
[ vehicles ] inAreaArray trigger_1

Additional Information

See also:
See also needed

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

[[Category:Introduced with arma3dev version 1.65]][[ Category: arma3dev: New Scripting Commands | INAREAARRAY]][[ Category: arma3dev: Scripting Commands | INAREAARRAY]]

Bottom Section