![]() |
Wowpedia is no longer updated, go away. |
Returns a list of talent loadouts for a given spec
configIDs = C_ClassTalents.GetConfigIDsBySpecID([specID])
Arguments[]
- specID
- number? - SpecializationID e.g.
PlayerUtil.GetCurrentSpecID()
, defaults to current spec
Returns[]
- configIDs
- number[] - list of loadout configIDs
See Also[]
- C_ClassTalents.GetLastSelectedSavedConfigID to get the currently selected loadout configID
- C_ClassTalents.LoadConfig and C_ClassTalents.UpdateLastSelectedSavedConfigID to change loadouts
- C_Traits.GetConfigInfo to retrieve the loadout name and other information
|