Difference between revisions of "Mall price"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
imported>StDoodle
m
Line 1: Line 1:
{{#vardefine:name|mall_price}}
+
{{
{{#vardefine:return_type|int}}
+
#vardefine:name|mall_price}}{{
 +
#vardefine:return_type|int}}{{
  
{{FunctionPage|
+
FunctionPage|
 
name={{#var:name}}|
 
name={{#var:name}}|
 
function_category=Item Management|
 
function_category=Item Management|

Revision as of 21:03, 8 March 2010

needs(code_samples);

Function Syntax

int mall_price(item shop_for )

  • shop_for is the item to inquire on the mall price of

Returns the current mall price of the given item, ignoring the first five items listed to compensate for stores with limits and min-priced sales. This function runs a new check each time it is called, so if you call this function and then purchase some of shop_for in the mall, calling this function again will return the new price of the item, again ignoring the first five.

CLI Equivalent

The CLI command "searchmall" also returns current mall prices.

See Also

buy() | retrieve_item()

Special

Items not listed in the mall will return 0. When not logged in, this function returns -1.