GetDistanceBetweenPoints

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns the distance between two points.

Syntax

[help]
(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.

See Also