|
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
info = C_Garrison.GetTalentInfo(talentID)
Arguments[]
- talentID
- number - GarrTalent.ID
Returns[]
- info
- GarrisonTalentInfo
Field |
Type |
Description
|
id |
number |
|
ability |
GarrisonFollowerAbilityInfo |
|
name |
string |
|
icon |
number |
|
tier |
number |
|
uiOrder |
number |
|
type |
number |
|
prerequisiteTalentID |
number? |
|
selected |
boolean |
|
researched |
boolean |
|
ignoreTalent |
boolean |
|
researchDuration |
number |
|
startTime |
number |
|
timeRemaining |
number |
|
researchGoldCost |
number |
|
researchCurrencyCosts |
GarrisonTalentCurrencyCostInfo[] |
|
talentAvailability |
Enum.GarrisonTalentAvailability |
|
talentRank |
number |
|
talentMaxRank |
number |
|
isBeingResearched |
boolean |
|
description |
string |
|
perkSpellID |
number |
|
researchDescription |
string? |
|
playerConditionReason |
string? |
|
socketInfo |
GarrisonTalentSocketInfo |
|
treeID |
number |
|
GarrisonFollowerAbilityInfo
Field |
Type |
Description
|
id |
number |
|
name |
string |
|
description |
string |
|
icon |
number |
|
isTrait |
boolean |
|
isSpecialization |
boolean |
|
temporary |
boolean |
|
category |
string? |
|
counters |
GarrisonAbilityEffect[] |
|
isEmptySlot |
boolean |
|
GarrisonAbilityEffect
Field |
Type |
Description
|
name |
string |
|
description |
string |
|
icon |
number |
|
factor |
number |
|
GarrisonTalentCurrencyCostInfo
Field |
Type |
Description
|
currencyType |
number |
|
currencyQuantity |
number |
|
Enum.GarrisonTalentAvailability
Value |
Field |
Description
|
0 |
Available |
|
1 |
Unavailable |
|
2 |
UnavailableAnotherIsResearching |
|
3 |
UnavailableNotEnoughResources |
|
4 |
UnavailableNotEnoughGold |
|
5 |
UnavailableTierUnavailable |
|
6 |
UnavailablePlayerCondition |
|
7 |
UnavailableAlreadyHave |
|
8 |
UnavailableRequiresPrerequisiteTalent |
|
GarrisonTalentSocketInfo
Field |
Type |
Description
|
socketType |
number |
|
socketSubtype |
number |
|
misc0 |
number |
|
misc1 |
number |
|
Patch changes[]
Patch 9.2.0 (2022-02-22): Added ignoreTalent, treeID
fields.
Patch 9.0.1 (2020-10-13): Added.