WildStar:API MarketplaceLib GetAuctionableFamilies: Difference between revisions
Jump to navigation
Jump to search
(Added nIds for each family.) |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{\|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" | |||
* 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" | ||
Latest revision as of 07:29, 9 August 2023
← UI API < MarketplaceLib.GetAuctionableFamilies
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"