IsAttacking

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 attacking another actor.

Syntax

[help]
(isAttacking:0/1) reference.IsAttacking

Example

set bAttacking to actorRef.IsAttacking

See Also