 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
TRAIT_CONFIG_CREATED: configInfo
Payload[]
- configInfo
- TraitConfigInfo
| Field |
Type |
Description
|
| ID |
number |
ConfigID
|
| type |
Enum.TraitConfigType |
|
| name |
string |
E.g. talent loadout name
|
| treeIDs |
number[] |
Can be used in e.g. C_Traits.GetTreeNodes or C_Traits.GetTreeInfo
|
| usesSharedActionBars |
boolean |
Whether the talent loadout uses shared/global action bar setup, or loadout specific setup
|
Enum.TraitConfigType
| Value |
Field |
Description
|
| 0 |
Invalid |
|
| 1 |
Combat |
Talent Tree
|
| 2 |
Profession |
Profession Specialization
|
| 3 |
Generic |
E.g. Dragon Riding talents
|