GetVector3DDistance

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns the distance between two points in a three-dimensional space.

Syntax

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

See Also