distance2D: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Version changed)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3dev |= Game name
| arma3|= Game name


|1.49|= Game version
|1.50|= Game version


|arg= global |= Arguments in MP
|arg= global |= Arguments in MP

Revision as of 16:19, 26 August 2015

Hover & click on the images for description

Description

Description:
Returns a 2D distance (distance projected to X,Y plane) in meters between two Objects or two Positions or Object and Position.

distance2D.jpg
Groups:
Uncategorised

Syntax

Syntax:
param1 distance2D param2
Parameters:
param1: Object or Array in format Position or Position2D
param2: Object or Array in format Position or Position2D
Return Value:
Number - Distance in meters or 1e10 if distance cannot be calculated

Examples

Example 1:
_meters = player distance2D heli;

Additional Information

See also:
distancedistanceSqrvectorDistance

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