change Countdown By

Change the current game countdown time up or down by this amount.

info.changeCountdownBy(0)

The current game countdown time amount is increased by adding the change value when it is greater than zero (positive). If the change number is less than zero (negative), the game countdown is reduced by the value of the change number.

Parameters

  • value: a number seconds to change the game countdown by.

Example

Reduce game countdown time by 3 seconds.

info.changeCountdown(-3)

See also

countdown, on countdown end