SetRushListVisible (Harvest)
From OxeyeWiki
(Difference between revisions)
166 MMX (Talk | contribs)
(Created page with '{{HarvestMethod | setRushListVisible(toggle) | Sets whether the rush bar should be visible or not. It's not visible by default. | {{MethodParam|toggle|Boolean|True if the list sh...')
Newer edit →
(Created page with '{{HarvestMethod | setRushListVisible(toggle) | Sets whether the rush bar should be visible or not. It's not visible by default. | {{MethodParam|toggle|Boolean|True if the list sh...')
Newer edit →
Revision as of 22:01, 1 December 2009
setRushListVisible(toggle) | ||
Sets whether the rush bar should be visible or not. It's not visible by default. | ||
Parameter | Expected Type | Description |
toggle | Boolean | True if the list should be visible. |
Returns | ||
Returns nothing. |
Example
harvest.setRushListVisible(true)