Difference between revisions of "IsAttacking"
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 | * 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.