Member of: Actor Script
Is this actor currently in combat?
bool Function IsInCombat() native
None.
Whether this actor is currently in combat or not.
; Is Nate currently in combat? bool nateIsInCombat = Nate.IsInCombat()