IsJumping

From GECK
Jump to: navigation, search


Function Deprecated
This function should no longer be used. This page has been left for historical documentation purposes only.



A function added by the ShowOff NVSE Plugin version 1.65.

Description

Returns true if the calling actor reference is jumping, 0 if not.

Unlike with checking if the actor is playing a jumping animation with IsAnimPlayingEx, this function will return 0 immediately when the actor lands, which allows detecting continuous jumps by holding down spacebar.

Broken. This function returns true even if the player never pressed the jump control, meaning it functions equivalently to IsInAir despite checking for a different flag.

Syntax

[help]
actorRefr.IsJumping