If the current change timer is 10
, and the next change timer is going from 100
to 200
, sets the current change timer to 110
.
If the current change timer is 10
, and the next change timer is going from 100
to 200
, sets the current change timer to 20
.
If the next change timer will be 200
, sets the current change timer to 200
.
Generated using TypeDoc
If the current change timer is
250
, and the next change timer will be200
, sets the current change timer to200
.