Difference between revisions of "Display amount"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{#vardefine:name|display_amount}} {{#vardefine:return_type|int}} {{FunctionPage| name={{#var:name}}| function_category=Item Management| function1={{Function| name={{#var:name}…')
 
imported>StDoodle
m
Line 17: Line 17:
 
function_description=Returns the amount of a given item that is contained in your display case.|
 
function_description=Returns the amount of a given item that is contained in your display case.|
  
see_also={{SeeAlso|item_amount}}|
+
see_also={{SeeAlso|closet_amount|equipped_amount|item_amount|shop_amount|stash_amount|storage_amount}}|
 
}}
 
}}

Revision as of 00:17, 2 March 2010



Function Syntax

int display_amount(item it )

  • it is the item to check

Returns the amount of a given item that is contained in your display case.

See Also

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