Difference between revisions of "Shop amount"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>StDoodle
m
Line 17: Line 17:
  
 
function_description=Returns the amount of a given item that are currently for sale in your mall store.|
 
function_description=Returns the amount of a given item that are currently for sale in your mall store.|
 
+
needscode=yes|
 
see_also={{SeeAlso|closet_amount|display_amount|equipped_amount|item_amount|stash_amount|storage_amount}}|
 
see_also={{SeeAlso|closet_amount|display_amount|equipped_amount|item_amount|stash_amount|storage_amount}}|
 
}}
 
}}

Revision as of 20:37, 8 March 2010

needs(code_samples);

Function Syntax

int shop_amount(item it )

  • it is the item to check

Returns the amount of a given item that are currently for sale in your mall store.

See Also

closet_amount() | display_amount() | equipped_amount() | item_amount() | stash_amount() | storage_amount()