Difference between revisions of "IsJumping"
Jump to navigation
Jump to search
imported>Haama (Created) |
imported>Haama m (Reworded) |
||
Line 5: | Line 5: | ||
(IsJumping:bool) ''actor:ref.''IsJumping | (IsJumping:bool) ''actor:ref.''IsJumping | ||
Returns 1 if the calling actor is | Returns 1 if the calling actor is beginning to jump (playing the JumpStart anim group). | ||
== Notes == | == Notes == | ||
* | * JumpStart plays for a single frame | ||
== See Also == | == See Also == |
Latest revision as of 01:25, 13 July 2008
A command for Oblivion Script Extender
Syntax:
(IsJumping:bool) actor:ref.IsJumping
Returns 1 if the calling actor is beginning to jump (playing the JumpStart anim group).
Notes[edit | edit source]
- JumpStart plays for a single frame