Difference between revisions of "FindClosestActorFromRef - Game"

Jump to navigation Jump to search
imported>Perdev
m (Undo revision 34336 by Perdev (talk))
imported>Thingy Person
Line 7: Line 7:
== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
Actor Function FindClosestActorFromRef(ObjectReference arCenter, float afRadius) global
Actor Function FindRandomActorFromRef(ObjectReference arCenter, float afRadius) global
return FindRandomActor(arCenter.X, arCenter.Y, arCenter.Z, afRadius)
endFunction
</source>
</source>


Navigation menu