Difference between revisions of "FindClosestReferenceOfAnyTypeInListFromRef - Game"

imported>Jlundin
 
imported>Thingy Person
Line 9: Line 9:
ObjectReference Function FindClosestReferenceOfAnyTypeInListFromRef(FormList arBaseObjectsA, ObjectReference arCenter, \
ObjectReference Function FindClosestReferenceOfAnyTypeInListFromRef(FormList arBaseObjectsA, ObjectReference arCenter, \
   float afRadius) global
   float afRadius) global
return FindClosestReferenceOfAnyTypeInList(arBaseObjects, arCenter.X, arCenter.Y, arCenter.Z, afRadius)
endFunction
</source>
</source>