Background for Fallout 4
Member of the InputEnableLayer script
voidfunctionEnableJumping(boolabEnable=true)Native

Description

Wiki Description

Enables or disables the player's ability to jump on this layer.

Documentation Comment

Enables/disables the player's ability to jump (Note: Movement disable/enable also touches this)


Caveats

CK Wiki - Notes

Enabling/disabling movement will also enable/disable jumping.


Parameters

boolabEnable=true

CK Wiki Description

If true, enables jumping. Otherwise disables it.

  • Default:True

Examples

; Enable jumping
myLayer.EnableJumping()
; Disable jumping
InputEnableLayer myLayer = InputEnableLayer.Create()
myLayer.DisableJumping(false)

Auto-Generated Example

bool myBool__abEnable

myInputEnableLayer__toCallFunctionOn.EnableJumping(myBool__abEnable)

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.