GetVector3DDistance
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Contents
Description
Returns the distance between two points in a three-dimensional space.
Syntax
(float) GetVector3DDistance x1:float y1:float z1:float x2:float y2:float z2:float
Example
set fDistance to GetVector3DDistance 100 100 100 200 200 200