Skip to content

Api > PlayerLocomotion > IsTurnEnabled()


PlayerLocomotion.IsTurnEnabled()⚓︎

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

Returns:⚓︎

type Description
boolean true if the turning is enabled.

Usage⚓︎

---@type PlayerLocomotion
local playerlocomotion;


local val0 = playerlocomotion.IsTurnEnabled()