IsAttacking

From the Fallout3 GECK Wiki
Revision as of 16:15, 1 June 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns 1 if the calling actor is currently attacking another actor. |name = IsAttacking |returnType = isAttacking:0/1 |referenceType...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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