I couldn't seem to find any way to determine if an item in your inventory is tradeable in it's properties. Am I missing it? I searched in API documentation as well. I want to filter out bound items from my inventory list. Thanks!
Ok, Thanks! I basically wanted to see if an item was bound to determine whether or not it could be sold on auction house. Item.Db.sellable sounds like what I want though. Thanks!