Background for Fallout 4
Member of the Lighthouse script
    Found in:
  • LH
Actor[]functionGetActorsByVerticalDistance(ObjectReferenceakRef, intaiUpDistance, intaiDownDistance, intaiMaxRadius, boolabIncludeDead)NativeGlobal


Caveats


Parameters

ObjectReferenceakRef

intaiUpDistance

intaiDownDistance

intaiMaxRadius

boolabIncludeDead


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
int myInt__aiUpDistance
int myInt__aiDownDistance
int myInt__aiMaxRadius
bool myBool__abIncludeDead

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