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

Description

Documentation Comment

Finds the closest 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.FindClosestLivingActorFromRef(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.