ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Lua/XML Help (https://www.esoui.com/forums/forumdisplay.php?f=175)
-   -   Get the amount of an item, that is currently stocked in bank (https://www.esoui.com/forums/showthread.php?t=8304)

kinnaj93 01/24/19 03:30 AM

Get the amount of an item, that is currently stocked in bank
 
Hello,

what I would like to retrieve is the following number, of the tooltip you get, when you hover over an item or similar stuff.



I have access to the item link and the slot of the item, but haven't found a proper method or attribute to do so on the api page yet. Does anyone know how I get to that info?

Thanks in advance

Jannik

merlight 01/24/19 05:11 AM

* GetItemLinkStacks(*string* _itemLink_)
** _Returns:_ *integer* _stackCountBackpack_, *integer* _stackCountBank_, *integer* _stackCountCraftBag_

Baertram 01/24/19 06:05 AM

To find the function names of the API check the wiki at this link of the API versions please:
https://wiki.esoui.com/APIVersion

At the line API TXT Documentation you'll find the link to the appropriate API functions and globals txt file.

kinnaj93 01/24/19 09:03 AM

Hey,

thank you.

The function "GetItemLinkStacks" is working fine for me. :)

Kinnaj


All times are GMT -6. The time now is 02:34 PM.

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