SetCreativeListVisible (Harvest)
From OxeyeWiki
(Difference between revisions)
(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...') |
|||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{HarvestMethod | {{HarvestMethod | ||
| | | | ||
- | + | setCreativeListVisible(toggle) | |
| | | | ||
- | Sets whether the creative list (the list of | + | Sets whether the creative list (the list of place able aliens) should be visible or not. It's visible by default. |
| | | | ||
- | {{MethodParam|toggle| | + | {{MethodParam|toggle|Boolean|True if the list should be visible.}} |
| | | | ||
Returns nothing. | Returns nothing. | ||
Line 11: | Line 11: | ||
=== Example === | === Example === | ||
<pre> | <pre> | ||
- | + | harvest.setCreativeListVisible(false) | |
</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
setCreativeListVisible(toggle) | ||
Sets whether the creative list (the list of place able aliens) should be visible or not. It's visible by default. | ||
Parameter | Expected Type | Description |
toggle | Boolean | True if the list should be visible. |
Returns | ||
Returns nothing. |
Example
harvest.setCreativeListVisible(false)