WoW API: StaticPopup Hide
Jump to navigation
Jump to search
Used to hide popup dialogs like those for confirm/denying group invites, battle ground accept, summons accept and so on.
void StaticPopup_Hide("arg1");
Arguments[edit]
- ("arg1")
- arg1
- String - Name of Dialog to hide
Returns[edit]
none
Triggers Events[edit]
none
Example[edit]
StaticPopup_Hide("PARTY_INVITE");
Result
Party invite dialog disappears
Details[edit]
Common Dialog Names[edit]
- CONFIRM_SUMMON
- DUEL_REQUESTED
- PARTY_INVITE
- ARENA_TEAM_INVITE
- QUEST_ACCEPT
- CONFIRM_LOOT_ROLL
- LOOT_BIND_CONFIRM
Currently looking for more common dialogs that can be hidden using this feature