Take closet: Difference between revisions
Jump to navigation
Jump to search
imported>Camber m change 'from your display case' to 'from your closet' |
imported>Bale empty_closet |
||
Line 29: | Line 29: | ||
needscode=yes| | needscode=yes| | ||
see_also={{SeeAlso|put_closet|take_display|take_stash|take_storage}}| | see_also={{SeeAlso|put_closet|take_display|take_stash|take_storage|empty_closet}}| | ||
cli_equiv=The CLI command "closet" with the parameter "take" works similarly. | cli_equiv=The CLI command "closet" with the parameter "take" works similarly. | ||
}} | }} | ||
[[Category:Item Management]] | [[Category:Item Management]] |
Latest revision as of 00:09, 5 November 2014
needs(code_samples);
Function Syntax
boolean take_closet(int qty ,item it )
- qty is the quantity to move
- it is the item to move
Attempts to move qty of it from your closet to your main inventory. Returns true if the move succeeds and false if it does not. If used without it specified, this function will move meat instead of an item.
CLI Equivalent
The CLI command "closet" with the parameter "take" works similarly.