SetWaveListVisible (Harvest)
From OxeyeWiki
(Difference between revisions)
166 MMX (Talk | contribs)
(Created page with '{{HarvestMethod | setWaveListVisible(toggle) | Sets whether the wave list (ten buttons with aliens on them) should be visible or not. It's not visible by default. | {{MethodParam...')
Newer edit →
(Created page with '{{HarvestMethod | setWaveListVisible(toggle) | Sets whether the wave list (ten buttons with aliens on them) should be visible or not. It's not visible by default. | {{MethodParam...')
Newer edit →
Revision as of 22:12, 1 December 2009
setWaveListVisible(toggle) | ||
Sets whether the wave list (ten buttons with aliens on them) should be visible or not. It's not visible by default. | ||
Parameter | Expected Type | Description |
toggle | Boolean | Display the wave list, true or false. |
Returns | ||
Returns nothing. |
Example
harvest.setWaveListVisible(true)