C_ChatBubbles.GetAllChatBubbles

From Warcraft Wiki
Jump to navigation Jump to search

Returns all active chat bubbles.

chatBubbles = C_ChatBubbles.GetAllChatBubbles([includeForbidden])

Arguments

includeForbidden
boolean? = false

Returns

chatBubbles
Widget_API

Details

  • Previously it was required to iterate over the WorldFrame children to access the chat bubbles.

Patch changes

Legion Patch 7.2.5 (2017-06-13): Added.