Background for Skyrim SE
Member of the Actor script
boolfunctionIsInCombat()Native

Description

Wiki Description

Is this actor currently in combat?

Documentation Comment

Returns if this actor is currently in combat


Caveats


Examples

; Is Nate currently in combat?
bool nateIsInCombat = Nate.IsInCombat()

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsInCombat()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.