View Single Post
01/11/17, 03:15 PM   #3
dominoid
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 34
Originally Posted by sirinsidiator View Post
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.
I appreciate the help, but I have no idea how to use what you gave. I'm sure it's blatantly obvious. Would you mind leading me along a little bit more?
  Reply With Quote