LibAppropriateItems-1.0

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

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Aug 27, 2016
Category
Last update
Sep 06, 2016
Development stage
Release
License
BSD License
Curse link
LibAppropriateItems-1.0
Reverse relationships
1
Downloads
208
Recent files

Authors

Relationships

Embedded library
LibStub