Skip to content

Scan Tooltip Unit Info

Game Version Wrapper

Returns tooltip data for a unit using C_TooltipInfo when available or ElvUI’s scan tooltip fallback.

NamespaceEModuleCoreLifecyclewrapper
E:ScanTooltip_UnitInfo(unit)

Returns tooltip data for a unit using C_TooltipInfo when available or ElvUI’s scan tooltip fallback.

unit: Unit token.

Tooltip data table.

local info = E:ScanTooltip_UnitInfo("mouseover")

Helpful for addon tooltip parsing that should match ElvUI compatibility behavior.

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