-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Adrian L Lange edited this page Jul 23, 2018
·
4 revisions
LibProcessable is a World of Warcraft addon library that provides information about whether an item is processable by a profession or not.
"Processable" is not a term used in the game itself, but think of it as when one item can be used by a profession to turn it in to something useful for said profession, like milling herbs, prospecting ores, disenchanting items or even opening lockboxes.
To use it in your addon, make sure you have LibStub loaded (which is supplied by this library), then load it like so:
local LibProcessable = LibStub("LibProcessable")
Once loaded, a host of API methods are available.
See the API page for more details.
On how to embed it in your addon, see the embedding page.