Difference between revisions of "Buys item"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
(r9555)
(No difference)

Revision as of 06:57, 2 August 2011

needs(code_samples);

Function Syntax

boolean buys_item(coinmaster master ,item it )

  • master is the coinmaster to query
  • it is the item to query

Returns true if master will purchase it.

See Also

buy() | buy_price()