Is tradeable: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle m moved Is tradeable() to Is tradeable |
imported>StDoodle No edit summary |
||
Line 1: | Line 1: | ||
{{#vardefine:name|is_tradeable}} | |||
{{#vardefine:return_type|boolean}} | |||
{{FunctionPage| | |||
name={{#var:name}}| | |||
function_category=Item Management| | |||
function1={{Function| | |||
name={{#var:name}}| | |||
aggregate={{#var:aggregate}}| | |||
return_type={{#var:return_type}}| | |||
return_also={{#var:return_also}}| | |||
parameter1={{Param|item|check_me}}| | |||
p1desc={{Pspan|check_me}} is an item to test| | |||
}}| | |||
function_description=This function checks to see if the item {{pspan|check_me}} can be traded, returning true if it can and false otherwise.| | |||
needscode=yes| | |||
see_also={{SeeAlso|is_displayable|is_giftable}}| | |||
}} |