Difference between revisions of "FindClosestActorFromRef - Game"
Jump to navigation
Jump to search
→Syntax
imported>Thingy Person (→Syntax) |
imported>Thingy Person (→Syntax) |
||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Actor Function | Actor Function FindClosestActorFromRef(ObjectReference arCenter, float afRadius) global | ||
return | return FindClosestActor(arCenter.X, arCenter.Y, arCenter.Z, afRadius) | ||
endFunction | endFunction | ||
</source> | </source> |