Description
Wiki Description
Obtains all actors this actor considers combat targets.
Documentation Comment
Get all combat targets for this actor
Caveats
Examples
Actor[] targets = Bob.GetAllCombatTargets()
if targets.length > 10
Debug.Trace("Wow... we're against tall odds!")
endIfAuto-Generated Example
Actor[] returnedValue = myActor__toCallFunctionOn.GetAllCombatTargets()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
