ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Dev Tools (https://www.esoui.com/forums/forumdisplay.php?f=173)
-   -   LibItemInfo (https://www.esoui.com/forums/showthread.php?t=2387)

circonian 11/03/14 11:42 PM

LibItemInfo
 
LibItemInfo is a library of functions used to aid in the gathering of item information. Each function can be called passing in a (bagId, slotId) or a (Link). I wrote it for use in my JunkIt addon which needed to handle both inventory items by (bagId, slotId) and lootable items in loot windows by (links).

There are several functions designed to gather research, crafting, & trait information. Some are used to figure out what type of item you have: Is it a glyph, one-handed or two-handed weapon, jewelry, ect.. Some mimic built in functions, but were written so I did not need to constantly write code everywhere to first check & see if I had a (bagId, slotId) or a link. That and when I wrote it (and JunkIt) we did not have all of the GetItemLink API that is available today.

LibItemInfo can be found here: LibItemInfo
Or you can find more detailed information about the available functions on my portal page here: LibItemInfo Portal Page

Below is a list of available functions
Warning: Spoiler


All times are GMT -6. The time now is 11:48 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI