game.round_time_limit

Type: Number

This 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

See also