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


Caveats


Parameters

ObjectReference_ref

floatx

floaty


Examples

Auto-Generated Example

ObjectReference myObjectReference___ref
float myFloat__x
float myFloat__y

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