Difference between revisions of "Is giftable"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{#vardefine:name|is_giftable}} {{#vardefine:return_type|boolean}} {{FunctionPage| name={{#var:name}}| function_category=Item Management| function1={{Function| name={{#var:name}…')
(No difference)

Revision as of 19:38, 5 March 2010


needs(code_samples);

Function Syntax

boolean is_giftable(item check_me )

  • check_me is an item to test

This function checks to see if the item check_me can be sent as a gift, returning true if it can and false otherwise.

See Also

is_displayable() | is_tradeable()