WoW:API QueryAuctionItems: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 29: Line 29:
:::;INVTYPE_WEAPONMAINHAND : Weapon mainhand slot
:::;INVTYPE_WEAPONMAINHAND : Weapon mainhand slot
:::;INVTYPE_ROBE : Robe slot
:::;INVTYPE_ROBE : Robe slot
:::;INVTYPE_TABARD : unknown
:::;INVTYPE_TABARD : Tabard slot
:::;INVTYPE_BAG : unknown
:::;INVTYPE_BAG : Container slot
:::;INVTYPE_2HWEAPON : Both weapon slots
:::;INVTYPE_2HWEAPON : 2handed weapon (takes two slots)
:::;INVTYPE_RANGED : Ranged weapon slot
:::;INVTYPE_RANGED : Ranged weapon slot
:::;INVTYPE_SHIELD : Shield slot
:::;INVTYPE_SHIELD : Shield slot
:::;INVTYPE_WEAPON : unknown
:::;INVTYPE_WEAPON : Both weapon slots
:::;nil : no restrictions
:::;nil : no restrictions
:;classIndex : Items not in this class won't be returned. Index corresponds to the index returned by GetAuctionItemClasses() or nil for no restrictions.
:;classIndex : Items not in this class won't be returned. Index corresponds to the index returned by GetAuctionItemClasses() or nil for no restrictions.
:;subclassIndex : Items not in this subclass won't be returned. Index corresponds to the index used in GetAuctionItemSubClasses(index) or nil for no restrictions.
:;subclassIndex : Items not in this subclass won't be returned. Index corresponds to the index used in GetAuctionItemSubClasses(index) or nil for no restrictions.
:;page : What page in the auctionhouse this shows up
:;page : What page in the auctionhouse this shows up
:;isUsable : unknown (nil = no restrictions)
:;isUsable : Is useable by the player (nil = no restrictions)
:;qualityIndex : unknown (nil = no restrictions)
:;qualityIndex : The items' quality (nil = no restrictions)


----
----
Anonymous user