SetTimerVisible (Harvest)
From OxeyeWiki
(Difference between revisions)
Feone (Talk | contribs)
(Created page with '{{HarvestMethod | setTimerVisible(toggle) | Sets whether the timer should be visible or not. It's NOT visible by default. | {{MethodParam|toggle|A boolean value|Timer visible, tr...')
Newer edit →
(Created page with '{{HarvestMethod | setTimerVisible(toggle) | Sets whether the timer should be visible or not. It's NOT visible by default. | {{MethodParam|toggle|A boolean value|Timer visible, tr...')
Newer edit →
Revision as of 09:37, 14 March 2009
setTimerVisible(toggle) | ||
Sets whether the timer should be visible or not. It's NOT visible by default. | ||
Parameter | Expected Type | Description |
toggle | A boolean value | Timer visible, true or false. |
Returns | ||
Returns nothing. |
Example
harvest.setTimerVisible(true)