Skip to main content

PlayerLocomotion.IsJumpEnabled()

Checks if the jumping is enabled. Returns true if the jumping is enabled.

Returns:

typeDescription
booleantrue if the jumping is enabled.

Usage

---@type PlayerLocomotion
local playerlocomotion;


local val0 = playerlocomotion.IsJumpEnabled()