SetRushListVisible (Harvest)
From OxeyeWiki
(Difference between revisions)
(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...') |
|||
Line 13: | Line 13: | ||
harvest.setRushListVisible(true) | harvest.setRushListVisible(true) | ||
</pre> | </pre> | ||
+ | |||
+ | === Resources === | ||
+ | *[http://www.oxeyegames.com/forum/viewtopic.php?p=1523#p1523 Oxeye Game Studio Forum - Harvest Functions] |
Latest revision as of 16:06, 2 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)