.qualifyingTime SKIP 1 \ The number of minutes of qualifying lap time, minus \ one, as follows: \ \ * 4 gives us 5 minutes of qualifying time \ \ * 9 gives us 10 minutes of qualifying time \ \ * 25 gives us 26 minutes of qualifying time \ \ * 255 gives us infinite time (for practice) \ \ Note that the third value should be 19 to match the \ menu option of 20 minutes, but the value in the \ timeFromOption table is incorrectName: qualifyingTime [Show more] Type: Variable Category: Drivers Summary: The number of minutes of qualifying lap timeContext: See this variable in context in the source code References: This variable is used as follows: * MainDrivingLoop (Part 3 of 5) uses qualifyingTime * MainDrivingLoop (Part 4 of 5) uses qualifyingTime * MainLoop (Part 1 of 6) uses qualifyingTime * MainLoop (Part 2 of 6) uses qualifyingTime * MoveAndDrawCars uses qualifyingTime * UpdateLapTimers uses qualifyingTime