Difference between revisions of "FindRandomActor - Game"
Jump to navigation
Jump to search
no edit summary
imported>Vitamant m (1 revision: Clobber re-import by Henning) |
imported>Scrivener07 |
||
Line 24: | Line 24: | ||
Actor randomActor = Game.FindRandomActor(0.0, 0.0, 0.0, 5.0) | Actor randomActor = Game.FindRandomActor(0.0, 0.0, 0.0, 5.0) | ||
</source> | </source> | ||
== Notes == | |||
* Can use the position, even without offsets, of an actor as the center of the search, the return value will be a random actor. | |||
== See Also == | == See Also == |