IsJumpEnabled
7/14/25Less than 1 minute
PlayerLocomotion.IsJumpEnabled()
Checks if the jumping is enabled. Returns true if the jumping is enabled.
Returns:
type | Description |
---|---|
boolean | true if the jumping is enabled. |
Usage
---@type PlayerLocomotion
local playerlocomotion;
local val0 = playerlocomotion.IsJumpEnabled()