SetTimerValue (Harvest)
From OxeyeWiki
setTimerValue(seconds) | ||
Sets what time the timer should display, in seconds. | ||
Parameter | Expected Type | Description |
seconds | Number | The seconds to set the timer to. |
Returns | ||
Returns nothing. |
Example
harvest.setTimerValue(3600) -- 1hr harvest.setTimerValue(gameTime)