Difference between revisions of "GetDistance3D"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Faster version of GetDistance. |name = GetDistance3D |returnType = float |referenceType = [Actor, Activator] |arguments = {{Functio...")
 
imported>Pintocat
m
 
Line 2: Line 2:
  |origin = LU
  |origin = LU
  |summary = Faster version of GetDistance.
  |summary = Faster version of GetDistance.
Can also be used as a condition.
  |name = GetDistance3D
  |name = GetDistance3D
  |returnType = float
  |returnType = float

Latest revision as of 21:36, 3 March 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Faster version of GetDistance. Can also be used as a condition.

Syntax

[help]
(float) [Actor, Activator].GetDistance3D ref:ref

See Also