Thread Tools Display Modes
04/01/17, 09:55 PM   #1
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
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.
  Reply With Quote
04/02/17, 02:07 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
The source code is your friend.
Lua Code:
  1. local furnitureDataId = GetItemLinkFurnitureDataId(itemLink)
  2. local categoryId, subcategoryId = GetFurnitureDataCategoryInfo(furnitureDataId)
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Furnishing Category Id From Item

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