toggleBrakeDebug

toggleBrakeDebug()

Toggles the brake debug mode, which permanently fixes the brake temp at 5000ºC, and returns the current state of the brake debug mode.

Use this to calibrate the brake disc offsets.

        local brakeDebugPressed = WarMenu.CheckBox("Toggle Brake Glow Debug",brakeGlowDebug)
        if WarMenu.IsItemHovered() then
            WarMenu.ToolTip('When enabled, holds the brake temperature at 5000ºC',nil,true)
        end
        if brakeDebugPressed then brakeGlowDebug = dynamic:toggleBrakeDebug() end