Background for Fallout 4
Member of the Lighthouse script
    Found in:
  • LH
Actor[]functionGetActorsInRange(ObjectReferenceakRef, intaiMaxDistance, boolabIncludeDead)NativeGlobal


Caveats


Parameters

ObjectReferenceakRef

intaiMaxDistance

boolabIncludeDead


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
int myInt__aiMaxDistance
bool myBool__abIncludeDead

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