Difference between revisions of "FindRandomReferenceOfAnyTypeInListFromRef - Game"

Removed confusing return function from syntax, as other functions on this wiki do not follow that format.
imported>Tox2ik
m (link to unit)
imported>Chesko
(Removed confusing return function from syntax, as other functions on this wiki do not follow that format.)
 
(2 intermediate revisions by one other user not shown)
Line 7: Line 7:
== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
ObjectReference Function FindRandomReferenceOfAnyTypeInListFromRef(FormList arBaseObjectsA, ObjectReference arCenter, \
ObjectReference Function FindRandomReferenceOfAnyTypeInListFromRef(FormList arBaseObjects, ObjectReference arCenter, float afRadius) global
  float afRadius) global
</source>
</source>


Anonymous user