Skip to main content

PlayerLocomotion.IsTurnEnabled()

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

Returns:

typeDescription
booleantrue if the turning is enabled.

Usage

---@type PlayerLocomotion
local playerlocomotion;


local val0 = playerlocomotion.IsTurnEnabled()