Background for Skyrim SE
Member of the Trash_Function script
floatfunctionGetDistanceBetweenPoints2D(floatA_x, floatA_y, floatB_x, floatB_y)NativeGlobal


Caveats


Parameters

floatA_x

floatA_y

floatB_x

floatB_y


Examples

Auto-Generated Example

float myFloat__A_x
float myFloat__A_y
float myFloat__B_x
float myFloat__B_y

float returnedValue = Trash_Function.GetDistanceBetweenPoints2D(myFloat__A_x, myFloat__A_y, myFloat__B_x, myFloat__B_y)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.