IsInCombatWith

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the calling actor is currently in combat with the specified target reference.

Syntax

[help]
(inCombat:0/1) reference.IsInCombatWith target:ref

Example

set bInCombat to actorRef.IsInCombatWith targetRef

See Also