View Single Post
01/27/23, 06:37 PM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
Crafting styles had constants in the past, but when they started adding so many new styles every update, they decided to stop adding more in favour of using ids. So while there are a couple ITEM_STYLE_ constants, those are deprecated and won't be updated with newer styles.
You can either pick the style ids you want and add variables for them locally in your own addon, or use the appropriate api functions to iterate over all styles.
  Reply With Quote