Difference between revisions of "Shop limit"

From Kolmafia
Jump to navigation Jump to search
imported>Gausie
(Created page)
 
imported>Gausie
 
Line 16: Line 16:
  
 
function_description=Returns the limit set on a given item that are currently for sale in your mall store.|
 
function_description=Returns the limit set on a given item that are currently for sale in your mall store.|
see_also={{SeeAlso|closet_amount|display_amount|equipped_amount|item_amount|stash_amount|storage_amount}}|
+
see_also={{SeeAlso|shop_amount|get_shop}}|
 
}}
 
}}
  
 
[[Category:Item Management]]
 
[[Category:Item Management]]

Latest revision as of 11:03, 24 August 2020

Function Syntax

int shop_limit(item it )

  • it is the item to check

Returns the limit set on a given item that are currently for sale in your mall store.

See Also

shop_amount() | get_shop()