Background for Skyrim SE
Member of the Trash_Function script
floatfunctionGetDistanceFromPoint3D(ObjectReference_ref, floatx, floaty, floatz)NativeGlobal


Caveats


Parameters

ObjectReference_ref

floatx

floaty

floatz


Examples

Auto-Generated Example

ObjectReference myObjectReference___ref
float myFloat__x
float myFloat__y
float myFloat__z

float returnedValue = Trash_Function.GetDistanceFromPoint3D(myObjectReference___ref, myFloat__x, myFloat__y, myFloat__z)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.