Difference between revisions of "FindRandomActorFromRef - Game"
Jump to navigation
Jump to search
Removed confusing return function from syntax, as other functions on this wiki do not follow that format.
imported>Thingy Person (→Syntax) |
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 | ||
</source> | </source> | ||