Black Ops III

Distance2D

Returns the distance between two points, ignores height difference.

Example:

dist = Distance2D( org, ai[i].origin )

Parameters

ParameterSummary
*point1The first point
*point2The second point

* = mandatory