Difference between revisions of "FindRandomReferenceOfAnyTypeInList - Game"

Minor syntax.
imported>Jlundin
 
imported>Chesko
(Minor syntax.)
 
Line 7: Line 7:
== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
ObjectReference Function FindRandomReferenceOfAnyTypeInList(FormList arBaseObjectsA, float afX, float afY, float afZ, \
ObjectReference Function FindRandomReferenceOfAnyTypeInList(FormList arBaseObjects, float afX, float afY, float afZ, float afRadius) native global
  float afRadius) native global
</source>
</source>


== Parameters ==
== Parameters ==
*arBaseObjectsA: The list of valid base objects to look for
*arBaseObjects: The list of valid base objects to look for
*afX: center of the search, X component
*afX: center of the search, X component
*afY: center of the search, Y component
*afY: center of the search, Y component
Anonymous user