View Single Post
01/11/17, 01:06 PM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
It looks like many crownstore methods are private, so I'd say your best chance is to use
Lua Code:
  1. SHARED_FURNITURE:GetMarketProductCategoryTreeData():GetNumEntriesRecursive(function(entry)
  2.     -- do something with the entry
  3. end)
I have only tried GetPlaceableFurnitureCategoryTreeData so far, but if it works similar it should give you all entries in the crown store. Just make sure that the "filter by" box is empty, otherwise it won't show everything.
  Reply With Quote