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


Caveats


Parameters

ObjectReferenceakRef

KeywordakKeyword

boolabIgnorePlayer

boolabIncludeDead


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
Keyword myKeyword__akKeyword
bool myBool__abIgnorePlayer
bool myBool__abIncludeDead

Actor returnedValue = Lighthouse.GetClosestActorWithKeyword(myObjectReference__akRef, myKeyword__akKeyword, 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.