getIsVehicleCurrentlyDriftingThrottleLess

getIsVehicleCurrentlyDriftingThrottleLess()

Returns if the vehicle is currently drifting, not considering throttle input.

            WarMenu.CheckBox("Is Sliding",dynamic:getIsVehicleCurrentlyDriftingThrottleLess())
            if WarMenu.IsItemHovered() then
                WarMenu.ToolTip('Check if your car is sliding (Drifting, without throttle.).',nil,true)
            end