toggleBikeYawCorrection
toggleBikeYawCorrection()
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