SetWaveListVisible (Harvest)
From OxeyeWiki
(Difference between revisions)
(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...') |
|||
Line 13: | Line 13: | ||
harvest.setWaveListVisible(true) | harvest.setWaveListVisible(true) | ||
</pre> | </pre> | ||
+ | |||
+ | === Resources === | ||
+ | *[http://www.oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions] |
Latest revision as of 16:07, 2 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)