- Found in:
- LH
Actor[]functionGetActorsInRange(ObjectReferenceakRef, intaiMaxDistance, boolabIncludeDead)NativeGlobal
Caveats
Parameters
Examples
Auto-Generated Example
ObjectReference myObjectReference__akRef
int myInt__aiMaxDistance
bool myBool__abIncludeDead
Actor[] returnedValue = Lighthouse.GetActorsInRange(myObjectReference__akRef, myInt__aiMaxDistance, myBool__abIncludeDead)