|
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
info = C_QuestInfoSystem.GetQuestRewardSpellInfo([questID], spellID)
Arguments[]
- questID
- number?
- spellID
- number - Spell Ids from C_QuestInfoSystem.GetQuestRewardSpells
Returns[]
- info
- QuestRewardSpellInfo?
Field |
Type |
Description
|
texture |
number : fileID |
|
name |
string |
|
garrFollowerID |
number? |
|
isTradeskill |
boolean |
|
isSpellLearned |
boolean |
|
hideSpellLearnText |
boolean |
|
isBoostSpell |
boolean |
|
genericUnlock |
boolean |
|
type |
Enum.QuestCompleteSpellType |
|
Enum.QuestCompleteSpellType
Value |
Field |
Description
|
0 |
LegacyBehavior |
|
1 |
Follower |
|
2 |
Tradeskill |
|
3 |
Ability |
|
4 |
Aura |
|
5 |
Spell |
|
6 |
Unlock |
|
7 |
Companion |
|