Difference between revisions of "FindClosestReferenceOfAnyTypeInListFromRef - Game"

Removed confusing return function from syntax, as other functions on this wiki do not follow that format.
imported>Thingy Person
imported>Chesko
(Removed confusing return function from syntax, as other functions on this wiki do not follow that format.)
Line 9: Line 9:
ObjectReference Function FindClosestReferenceOfAnyTypeInListFromRef(FormList arBaseObjects, ObjectReference arCenter, \
ObjectReference Function FindClosestReferenceOfAnyTypeInListFromRef(FormList arBaseObjects, ObjectReference arCenter, \
   float afRadius) global
   float afRadius) global
return FindClosestReferenceOfAnyTypeInList(arBaseObjects, arCenter.X, arCenter.Y, arCenter.Z, afRadius)
endFunction
</source>
</source>


Anonymous user