 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
toastInfo = C_EventToastManager.GetLevelUpDisplayToastsFromLevel(level)
Arguments
- level
- number
Returns
- toastInfo
- EventToastInfo[]
| Field |
Type |
Description
|
| eventToastID |
number |
|
| title |
string |
|
| subtitle |
string |
|
| instructionText |
string |
|
| iconFileID |
number |
|
| subIcon |
string? |
|
| link |
string |
|
| qualityString |
string? |
|
| quality |
number? |
|
| eventType |
Enum.EventToastEventType |
|
| displayType |
Enum.EventToastDisplayType |
|
| uiTextureKit |
string |
|
| sortOrder |
number |
|
| time |
number? |
|
| uiWidgetSetID |
number? |
|
| extraUiWidgetSetID |
number? |
|
| titleTooltip |
string? |
|
| subtitleTooltip |
string? |
|
| titleTooltipUiWidgetSetID |
number? |
|
| subtitleTooltipUiWidgetSetID |
number? |
|
| hideDefaultAtlas |
boolean? |
|
| showSoundKitID |
number? |
|
| hideSoundKitID |
number? |
|
| colorTint |
ColorMixin?🔗 |
|
Enum.EventToastEventType
| Value |
Field |
Description
|
| 0 |
LevelUp |
|
| 1 |
LevelUpSpell |
|
| 2 |
LevelUpDungeon |
|
| 3 |
LevelUpRaid |
|
| 4 |
LevelUpPvP |
|
| 5 |
PetBattleNewAbility |
|
| 6 |
PetBattleFinalRound |
|
| 7 |
PetBattleCapture |
|
| 8 |
BattlePetLevelChanged |
|
| 9 |
BattlePetLevelUpAbility |
|
| 10 |
QuestBossEmote |
|
| 11 |
MythicPlusWeeklyRecord |
|
| 12 |
QuestTurnedIn |
|
| 13 |
WorldStateChange |
|
| 14 |
Scenario |
|
| 15 |
LevelUpOther |
|
| 16 |
PlayerAuraAdded |
|
| 17 |
PlayerAuraRemoved |
|
| 18 |
SpellScript |
|
| 19 |
CriteriaUpdated |
Added in 9.1.5
|
| 20 |
PvPTierUpdate |
Added in 9.1.5
|
| 21 |
SpellLearned |
Added in 10.0.0
|
| 22 |
TreasureItem |
Added in 10.0.0
|
Enum.EventToastDisplayType
| Value |
Field |
Description
|
| 0 |
NormalSingleLine |
|
| 1 |
NormalBlockText |
|
| 2 |
NormalTitleAndSubTitle |
|
| 3 |
NormalTextWithIcon |
|
| 4 |
LargeTextWithIcon |
|
| 5 |
NormalTextWithIconAndRarity |
|
| 6 |
Scenario |
|
| 7 |
ChallengeMode |
|
| 8 |
ScenarioClickExpand |
|
Patch changes
Patch 9.1.0 (2021-06-29): Added.