WildStar:API MarketplaceLib GetAuctionableFamilies: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Created page with "{{../uiapi}} This returns the top categories used in the item hierarchy. At the time of this writing, it returns the following items: * nId = 1, strName = "Armor" * nId =...")
Line 1: Line 1:
{{uiapi}}
{{../uiapi}}
This returns the top categories used in the item hierarchy.
This returns the top categories used in the item hierarchy.


Line 5: Line 5:


* nId = 1,
* nId = 1,
  strName = "Armor"


  strName = "Armor"
* nId = 5,
* nId = 5,
  strName = "Bag"


  strName = "Bag"
* nId = 26,
* nId = 26,
  strName = "Costume"


  strName = "Costume"
* nId = 15,
* nId = 15,
  strName = "Gear"


  strName = "Gear"
* nId = 20,
* nId = 20,
  strName = "Housing"


  strName = "Housing"
* nId = 19,
* nId = 19,
  strName = "Schematic"


  strName = "Schematic"
* nId = 30,
* nId = 30,
  strName = "Warplot"


  strName = "Warplot"
* nId = 2,
* nId = 2,
 
  strName = "Weapon"
  strName = "Weapon"

Revision as of 04:07, 5 July 2020

{{../uiapi}} This returns the top categories used in the item hierarchy.

At the time of this writing, it returns the following items:

  • nId = 1,
 strName = "Armor"
  • nId = 5,
 strName = "Bag"
  • nId = 26,
 strName = "Costume"
  • nId = 15,
 strName = "Gear"
  • nId = 20,
 strName = "Housing"
  • nId = 19,
 strName = "Schematic"
  • nId = 30,
 strName = "Warplot"
  • nId = 2,
 strName = "Weapon"