SetWaveListVisible (Harvest)
From OxeyeWiki
| 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)
