SetWaveButtonLabel (Harvest)
From OxeyeWiki
(Difference between revisions)
166 MMX (Talk | contribs)
(Created page with '{{HarvestMethod | setWaveButtonLabel(button, label) | Simply changes the number that is displayed to the left of the wave button. | {{MethodParam|button|Number|The button to disp...')
Newer edit →
(Created page with '{{HarvestMethod | setWaveButtonLabel(button, label) | Simply changes the number that is displayed to the left of the wave button. | {{MethodParam|button|Number|The button to disp...')
Newer edit →
Revision as of 22:25, 1 December 2009
setWaveButtonLabel(button, label) | ||
Simply changes the number that is displayed to the left of the wave button. | ||
Parameter | Expected Type | Description |
button | Number | The button to display or hide. (Range 1 to 10) |
label | Number | The number to be displayed. (Range 1 to 10) |
Returns | ||
Returns nothing. |
Example
harvest.setWaveButtonLabel(1, 1)