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


Parameters

  1. ObjectReferencearCenter

  2. 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.