LibAppropriateItems-1.0

Library to check whether an item is equipable / appropriate for a given class

Simple library for checking whether a given item is appropriate for a given class.

"Appropriate" is shorthand for "Blizzard says you can equip it and learn the transmog appearance".

Usage:

local LAI = LibStub("LibAppropriateItems-1.0")
if LAI:CanEquip(itemLink) then
    print("Can equip")
end
if LAI:IsAppropriate(itemLink, "WARRIOR") then
    print("A warrior can learn this appearance")
end

The LibAppropriateItems-1.0 Team

profile avatar
Owner
  • 76
    Followers
  • 77
    Projects
  • 113.7M
    Downloads
Donate

More from KemayoView all