Thread Tools Display Modes
11/03/14, 11:42 PM   #1
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
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
  Reply With Quote

ESOUI » Developer Discussions » Dev Tools » LibItemInfo

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off