Difference between revisions of "IsAttacking"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Haama
(Attacking, not casting)
Line 8: Line 8:


== Notes ==
== Notes ==
* Will return 1 while the player is casting, sometimes even longer than [[IsCasting]]. Probably true for other actors as well.
* Will return 1 while the player is attacking, sometimes even longer than [[IsCasting]]. Probably true for other actors as well.


== See Also ==
== See Also ==

Revision as of 00:55, 13 July 2008


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 attacking, sometimes even longer than IsCasting. Probably true for other actors as well.

See Also