Background for Fallout 4
Member of the Lighthouse script
    Found in:
  • LH
ActorfunctionGetClosestActorFromRef(ObjectReferenceakRef, boolabIgnorePlayer, boolabIncludeDead)NativeGlobal


Caveats


Parameters

ObjectReferenceakRef

boolabIgnorePlayer

boolabIncludeDead


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
bool myBool__abIgnorePlayer
bool myBool__abIncludeDead

Actor returnedValue = Lighthouse.GetClosestActorFromRef(myObjectReference__akRef, myBool__abIgnorePlayer, myBool__abIncludeDead)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.