SetWaveButtonAliens (Harvest)
From OxeyeWiki
| setWaveButtonAliens(button, alien[, alien[, ...]]) | ||
| Sets which aliens that should appear on the wave button in the GUI. The buttons are numbered 1 through 10. | ||
| Parameter | Expected Type | Description | 
| button | Number | The button to display or hide. (Range 1 to 10) | 
| alien | unkown | |
| Returns | ||
| Returns nothing. | ||
Example
harvest.setWaveButtonAliens(1, ALIEN_DEFAULT, ALIEN_SHIELDER, ALIEN_MEGA)
