Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:ItemFamily
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{DISPLAYTITLE:itemFamily}}{{wowapitype}}<br>{{Stub/API}} '''itemFamily''' is a ''bitfield'' (a number usable with [[Lua_functions#Bit_Functions|bitlib]]) : 0 = Unspecified (for [[bag]]s it means any item, for items it means no special bag type) : 1 = [[Quiver]] : 2 = [[Ammo Pouch]] : 4 = [[Soul Bag]] : 8 = [[Leatherworking Bag]] : 16 = [[Inscription Bag]] : 32 = [[Herb Bag]] : 64 = [[Enchanting Bag]] : 128 = [[Engineering Bag]] : 256 = [[Keyring]] : 512 = [[Gem Bag]] : 1024 = [[Mining Bag]] : 2048 = Unknown : 4096 = Vanity Pets To date (patch 3.2), no bags are flagged as combination of these bits, but it ''is'' entirely possible that such bags will be added in the future. Note that GetItemFamily() on e.g. an unequipped herbalism bag (placed inside your bags!) will still return e.g. "32". But that does NOT mean it can be placed inside an equipped herbalism bag! The best way to test if an object is a bag is e.g. <code>select(9,GetItemInfo(itemLink))=="INVTYPE_BAG"</code>
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)