Background for Starfield
Member of the Game script
ActorfunctionFindClosestLivingActor(floatafX, floatafY, floatafZ, floatafRadius)NativeGlobal

Description

Documentation Comment

Finds the closest living actor within a given radius of a location


Caveats


Parameters

floatafX

floatafY

floatafZ

floatafRadius


Examples

Auto-Generated Example

float myFloat__afX
float myFloat__afY
float myFloat__afZ
float myFloat__afRadius

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