setCurrentVehicleTcsLevel

setCurrentVehicleTcsLevel(tcsLevel [Float] )

Sets the current vehicle TCS interferance level.

        inputContextButton(
            "Traction Control Level: ",
            "Traction Control Level:",
            "Controls the interferance of the TCS system.",
            1, 10, 1, 1,
            tcsLevel,
            function(val)
                tcsLevel = val
                dynamic:setCurrentVehicleTcsLevel(tcsLevel)
            end
        )