Background for Skyrim SE
Member of the LibFire script
ActorfunctionFindClosestActorByLOS(ObjectReferenceakOrigin, floatafRadius)NativeGlobal

Description

Documentation Comment

Returns closest actor within afRadius of and line of sight to akOrigin


Caveats


Parameters

ObjectReferenceakOrigin

floatafRadius


Examples

Auto-Generated Example

ObjectReference myObjectReference__akOrigin
float myFloat__afRadius

Actor returnedValue = LibFire.FindClosestActorByLOS(myObjectReference__akOrigin, myFloat__afRadius)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.