IsAttacking

From the Oblivion ConstructionSet Wiki
Revision as of 00:36, 13 July 2008 by imported>Haama (Created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


A command for Oblivion Script Extender

Syntax:

(IsAttacking:bool) actor:ref.IsAttacking

Returns 1 if the calling actor is attacking.

Notes

  • Will return 1 while the player is casting, sometimes even longer than IsCasting. Probably true for other actors as well.

See Also