toggleBikeYawCorrection

toggleBikeYawCorrection()

Toggles the bike yaw correction, acting like a gyroscope for the camera.

Returns the current state of the yaw correction, after called.

        local yawCorrectionPressed = WarMenu.CheckBox("Toggle Bike Yaw Correction",enabledBikeYawCorrection)
        if WarMenu.IsItemHovered() then
            WarMenu.ToolTip('Toggles the bike yaw correction, acting like a gyroscope for the camera.',nil,true)
        end
        if yawCorrectionPressed then enabledBikeYawCorrection = dynamic:toggleBikeYawCorrection() end