game.round_time_limit
Type: NumberThis value is the round time limit set in the Custom Game options. If there is no round time limit, then this value is 0 or negative.
This value is read-only.
Example
if game.round_time_limit > 0 and game.round_timer.is_zero() then game.end_round() end
Notes
The round does not automatically end when the round time limit is reached. Refer to the round_timer documentation for more information.