Method WorldObject:GetExactDistance [-] [+]
Returns the distance from this WorldObject to another WorldObject, or from this WorldObject to a point in 3d space.
The function does not take into account the given object sizes, which means only the object coordinates are compared. See also WorldObject:GetDistance, WorldObject:GetDistance2d
Synopsis
dist = WorldObject:GetExactDistance( obj )
dist = WorldObject:GetExactDistance( x, y, z )
Arguments
WorldObject obj- See method description.
number xThe X-coordinate of the point.
Valid numbers: all decimal numbers.
number yThe Y-coordinate of the point.
Valid numbers: all decimal numbers.
number zThe Z-coordinate of the point.
Valid numbers: all decimal numbers.
Returns
number distThe distance in yards.
Valid numbers: all decimal numbers.