C_ClassTalents.LoadConfig

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

result, changeError, newLearnedNodeIDs = C_ClassTalents.LoadConfig(configID, autoApply)

Arguments

configID
number
autoApply
boolean

Returns

result
Enum.LoadConfigResult
Value Field Description
0 Error Failed to switch loadouts for whatever reason
1 NoChangesNecessary Previous loadout and newly selected loadout are identical, no need for any changes or Changing Talents cast bar
2 LoadInProgress Changing Talents cast bar is triggered, delay follow-up action until TRAIT_CONFIG_UPDATED or CONFIG_COMMIT_FAILED
3 Ready Changes have been applied, but did not require any cast bar. May also happen when autoApply was set to false
changeError
string
newLearnedNodeIDs
number[]

Patch changes

Dragonflight Patch 10.0.5 (2023-01-24): Added changeError, newLearnedNodeIDs returns.