Skip to content

Compatible Tooltip

Compatibility

Adds GetTooltipData compatibility to older tooltip objects that do not provide native support.

NamespaceEModuleCoreLifecyclewrapper
E:CompatibleTooltip(tt)

Adds GetTooltipData compatibility to older tooltip objects that do not provide native support.

  • tt: Tooltip frame.

None.

E:CompatibleTooltip(GameTooltip)
local data = GameTooltip:GetTooltipData()

Use when addon tooltip parsing needs to work across multiple WoW clients.

Source: ElvUI/Game/Shared/General/API.lua:1231