Difference between revisions of "FindRandomActorFromRef - Game"

82 bytes removed ,  08:55, 13 January 2014
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 8: Line 8:
<source lang="papyrus">
<source lang="papyrus">
Actor Function FindRandomActorFromRef(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>


Anonymous user