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.
Parameters
Section titled “Parameters”unit: Unit token.
Returns
Section titled “Returns”Tooltip data table.
Example
Section titled “Example”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