C_ClassTalents.ViewLoadout

From Warcraft Wiki
Jump to navigation Jump to search

Applies loadout information to a previously initialized Constants.TraitConsts.VIEW_TRAIT_CONFIG_ID configID

success = C_ClassTalents.ViewLoadout(entries)

Arguments

entries
ImportLoadoutEntryInfo[] - should be used with the same data format as C_ClassTalents.ImportLoadout
Field Type Description
nodeID number
ranksPurchased number
selectionEntryID number

Returns

success
boolean

Details

C_ClassTalents.InitializeViewLoadout should always be called first, to avoid unexpected results.

Can be used in conjunction with C_ClassTalents.InitializeViewLoadout to build a cache of talent information. See that API's page for more details.