Get shop: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>Lilac
Adding page, as per function added in r11483.
 
imported>Bale
Remove whitespace and adds needscode
Line 1: Line 1:
{{#vardefine:name|get_shop}}
{{#vardefine:name|get_shop}}{{
{{#vardefine:aggregate|yes}}
#vardefine:aggregate|yes}}{{
{{#vardefine:return_type|int [item]}}
#vardefine:return_type|int [item]}}{{


{{
FunctionPage|
FunctionPage|
name={{#var:name}}|
name={{#var:name}}|
Line 14: Line 13:
}}|
}}|
function_description=Returns a map where each key is an item in your Mall store, with the integer value how many you are currently selling.|
function_description=Returns a map where each key is an item in your Mall store, with the integer value how many you are currently selling.|
see_also={{SeeAlso|shop_amount}}
needscode=yes|
see_also={{SeeAlso|shop_amount}}|
}}
}}


[[Category:Item Management]]
[[Category:Item Management]]

Revision as of 05:13, 12 September 2012

needs(code_samples);

Function Syntax

int [item] get_shop()

Returns a map where each key is an item in your Mall store, with the integer value how many you are currently selling.

See Also

shop_amount()