Background for Fallout 4
Member of the Game script
boolfunctionIsJumpingControlsEnabled()NativeGlobal

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!")
endIf

Auto-Generated Example

bool returnedValue = Game.IsJumpingControlsEnabled()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.