SetWaveButtonVisible (Harvest)
From OxeyeWiki
(Difference between revisions)
166 MMX (Talk | contribs)
(Created page with '{{HarvestMethod | setWaveButtonVisible(button, toggle) | Sets whether a certain wave button should be visible or not. By default, all 10 buttons are visible when the wave list is...')
Newer edit →
(Created page with '{{HarvestMethod | setWaveButtonVisible(button, toggle) | Sets whether a certain wave button should be visible or not. By default, all 10 buttons are visible when the wave list is...')
Newer edit →
Revision as of 22:15, 1 December 2009
setWaveButtonVisible(button, toggle) | ||
Sets whether a certain wave button should be visible or not. By default, all 10 buttons are visible when the wave list is loaded. | ||
Parameter | Expected Type | Description |
button | Number | The button to display or hide. |
toggle | Boolean | Displays a wave button or hides it. |
Returns | ||
Returns nothing. |
Example
harvest.setWaveButtonVisible(1, false)