distance2D: Difference between revisions
Jump to navigation
Jump to search
(Version changed) |
m (command is not visible at <wikipage -> All_Arma_Commands_Pages>) |
||
Line 37: | Line 37: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category: | [[Category:Scripting_Commands_Arma_3]] | ||
[[Category:Arma_3:_New_Scripting_Commands_List]] | |||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] |
Revision as of 16:05, 23 October 2015
Description
- Description:
- Returns a 2D distance (distance projected to X,Y plane) in meters between two Objects or two Positions or Object and Position.
- 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