- Found in:
- Vanilla
Description
Wiki Description
Checks to see if jumping controls are currently enabled on this layer or not.
Documentation Comment
Returns whether jumping is enabled on this layer (Note: Movement also controls this)
Caveats
CK Wiki - Notes
Enabling/disabling movement will also enable/disable jumping.
Examples
; Is the layer allowing jumping?
if myLayer.IsJumpingEnabled()
Debug.Trace("Player can jump (if no one else is blocking)!")
endIfAuto-Generated Example
bool returnedValue = myInputEnableLayer__toCallFunctionOn.IsJumpingEnabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
