Difference between revisions of "Stash amount"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{#vardefine:name|stash_amount}} {{#vardefine:return_type|int}} {{FunctionPage| name={{#var:name}}| function_category=Item Management| function1={{Function| name={{#var:name}}|…')
 
imported>Bale
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#vardefine:name|stash_amount}}
+
{{
{{#vardefine:return_type|int}}
+
#vardefine:name|stash_amount}}{{
 +
#vardefine:return_type|int}}{{
  
{{FunctionPage|
+
FunctionPage|
 
name={{#var:name}}|
 
name={{#var:name}}|
function_category=Item Management|
 
  
 
function1={{Function|
 
function1={{Function|
Line 16: Line 16:
  
 
function_description=Returns the amount of the given item that are in your clan stash.|
 
function_description=Returns the amount of the given item that are in your clan stash.|
 
+
needscode=yes|
 
see_also={{SeeAlso|closet_amount|display_amount|equipped_amount|item_amount|shop_amount|storage_amount}}|
 
see_also={{SeeAlso|closet_amount|display_amount|equipped_amount|item_amount|shop_amount|storage_amount}}|
 
}}
 
}}
 +
 +
[[Category:Item Management]]

Latest revision as of 21:47, 21 May 2010

needs(code_samples);

Function Syntax

int stash_amount(item it )

  • it is the item to check

Returns the amount of the given item that are in your clan stash.

See Also

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