Description
Wiki Description
Checks to see if jumping controls are currently enabled or not.
Documentation Comment
Are the jumping controls enabled? (Note: Movement also enables/disables jumping)
Caveats
CK Wiki - Notes
Jumping controls are also disabled/enabled by the movement controls.
Examples
; Can the player use the journal menu?
if Game.IsJumpingControlsEnabled()
Debug.Trace("Player can jump!")
endIfAuto-Generated Example
bool returnedValue = Game.IsJumpingControlsEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
