ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Lua/XML Help (https://www.esoui.com/forums/forumdisplay.php?f=175)
-   -   Furnishing Category Id From Item (https://www.esoui.com/forums/showthread.php?t=6932)

Rhyono 04/01/17 09:55 PM

Furnishing Category Id From Item
 
I know how to get the ItemType and SpecializedItemType, but I haven't found a way to get the furnitureCategoryId from an itemlink.

sirinsidiator 04/02/17 02:07 AM

The source code is your friend.
Lua Code:
  1. local furnitureDataId = GetItemLinkFurnitureDataId(itemLink)
  2. local categoryId, subcategoryId = GetFurnitureDataCategoryInfo(furnitureDataId)


All times are GMT -6. The time now is 05:38 PM.

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