GetDistanceBetweenPoints
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns the distance between two points, in game Units.
Syntax
(Distance:float) GetDistanceBetweenPoints x1:float y1:float z1:float x2:float y2:float z2:float
Example
set fDistance to GetDistanceBetweenPoints x1 y1 z1 x2 y2 z2
Notes
- This functions is an alternative to GetDistance, only it doesn't require references.