Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Needs summary.

toastInfo = C_EventToastManager.GetNextToastToDisplay()

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[]

Shadowlands Patch 9.1.0 (2021-06-29): Added.

Advertisement