SetCreativeListVisible (Harvest)
From OxeyeWiki
(Difference between revisions)
Jeb (Talk | contribs)
(Created page with '{{HarvestMethod | harvest.setCreativeListVisible(toggle) | Sets whether the creative list (the list of placeable aliens) should be visible or not. It's visible by default. | {{Me...')
Newer edit →
(Created page with '{{HarvestMethod | harvest.setCreativeListVisible(toggle) | Sets whether the creative list (the list of placeable aliens) should be visible or not. It's visible by default. | {{Me...')
Newer edit →
Revision as of 09:34, 14 March 2009
harvest.setCreativeListVisible(toggle) | ||
Sets whether the creative list (the list of placeable aliens) should be visible or not. It's visible by default. | ||
Parameter | Expected Type | Description |
toggle | A boolean | True if the list should be visible. |
Returns | ||
Returns nothing. |
Example
harvest.setCreativeListVisible(false)