Description
Wiki Description
Calculates the distance in units between this object and the passed in one.
Documentation Comment
Calculates the distance between this reference and another - both must either be in the same interior, or same worldspace
Parameters
ObjectReferenceakOther
CK Wiki Description
The object to find the distance to.
Examples
No human-generated examples found for this function.
Auto-Generated Example
ObjectReference myObjectReference__akOther
float returnedValue = myObjectReference__toCallFunctionOn.GetDistance(myObjectReference__akOther)