Skip to main content

PlayerLocomotion.IsDashingEnabled()

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

Returns:

typeDescription
booleantrue if the dashing is enabled.

Usage

---@type PlayerLocomotion
local playerlocomotion;


local val0 = playerlocomotion.IsDashingEnabled()