Item Management: Difference between revisions
imported>StDoodle mNo edit summary |
imported>StDoodle mNo edit summary |
||
Line 26: | Line 26: | ||
{{Flink|int|buy|int|item|int|desc=Tries to purchase the specified items (see page for details).}} | {{Flink|int|buy|int|item|int|desc=Tries to purchase the specified items (see page for details).}} | ||
{{Flink|boolean|autosell|int|item|desc=Attempts to autosell the given items and reports success.}} | {{Flink|boolean|autosell|int|item|desc=Attempts to autosell the given items and reports success.}} | ||
{{Flink|int|autosell_price|item|desc=Returns the autosell price of the item | {{Flink|int|autosell_price|item|desc=Returns the autosell price of the item (0 for items that cannot be autosold).}} | ||
{{Flink|boolean|mall_price|item|desc=Returns the current (lowest) mall price of the given item.}} | {{Flink|boolean|mall_price|item|desc=Returns the current (lowest) mall price of the given item.}} | ||
{{Flink|boolean|retrieve_item|int|item|desc=Uses KoLmafia internal logic to gather items (see page for details).}} | {{Flink|boolean|retrieve_item|int|item|desc=Uses KoLmafia internal logic to gather items (see page for details).}} |
Revision as of 13:12, 5 March 2010
int my_meat()
int my_closet_meat()
boolean have_chef()
boolean have_bartender()
int [item] get_campground()
boolean have_mushroom_plot()
boolean put_closet( int, [item] )
boolean put_display( int, item )
boolean put_stash( int, item )
boolean take_closet( int, [item] )
boolean take_display( int, item )
boolean take_stash( int, item )
boolean take_storage( int, item )
If the item parameter is omitted from put_closet() or take_closet(), meat is transferred instead of an item.
boolean put_shop( int, int, [int], item )
boolean buy( int, item )
boolean autosell( int, item )
boolean mall_price( item )
boolean retrieve_item( int, item )
boolean hermit( int, item )
boolean use( int, item )
boolean eat( int, item )
boolean drink( int, item )
boolean create( int, item )
int [item] get_ingredients( item )
int [item] get_related( item, string )
void refresh_stash()
boolean is_tradeable( item )
boolean is_giftable( item )
boolean is_displayable( item )
boolean is_npc_item( item )