promotional banner

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

GrandArtisan tier frameprofile avatar
Owner
GrandArtisan tier icon
  • 20
    Followers
  • 46
    Projects
  • 36.4M
    Downloads