Background for Starfield
Member of the Game script
ActorfunctionFindRandomLivingActorFromRef(ObjectReferencearCenter, floatafRadius)Global

Description

Documentation Comment

Finds a random living actor within a given radius of a reference


Caveats


Parameters

ObjectReferencearCenter

floatafRadius


Examples

Auto-Generated Example

ObjectReference myObjectReference__arCenter
float myFloat__afRadius

Actor returnedValue = Game.FindRandomLivingActorFromRef(myObjectReference__arCenter, myFloat__afRadius)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.