distance2D: Difference between revisions
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...) |
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
||
Line 32: | Line 32: | ||
</dl> | </dl> | ||
[[Category:Scripting Commands|DISTANCE]] | [[Category:Scripting Commands|DISTANCE]] | ||
{{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} | ||
{{GameCategory|arma3|New Scripting Commands}} | {{GameCategory|arma3|New Scripting Commands}} |
Revision as of 01:41, 18 January 2021
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:
- Math - Geometry
Syntax
- Syntax:
- param1 distance2D param2
- Parameters:
- param1: Object, Position2D or Position3D
- param2: Object, Position2D or Position3D
- 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