in location: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
m (VBS2 scripting category removal)
Line 42: Line 42:
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Locations|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Locations|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands VBS2|{{uc:{{PAGENAME}}}}]]

Revision as of 06:13, 19 July 2011

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Check if a position is within a location's area. Returns true if so.
Groups:
Uncategorised

Syntax

Syntax:
position in location
Parameters:
position: Array - format Position
location: Location
Return Value:
Boolean

Examples

Example 1:
_isInLocation = getPos player in myLocation

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

Notes

Bottom Section