Difference between revisions of "Shop amount"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>Bale
m
Line 5: Line 5:
 
FunctionPage|
 
FunctionPage|
 
name={{#var:name}}|
 
name={{#var:name}}|
function_category=Item Management|
 
  
 
function1={{Function|
 
function1={{Function|
Line 20: Line 19:
 
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}}|
 
}}
 
}}
 +
 +
[[Category:Item Management]]

Revision as of 21:47, 21 May 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()