Event.Tooltip

Signals that the tooltip has changed.

Usage:

Event.Tooltip(type, shown, buff)
ParameterTypeDatatypeDescription
buffparameter<nope>The ID of the tooltip's new buff. "shown" will be a unit in this case.
shownparameter<nope>The blob describing the new element shown. Generally, some kind of identifier used in another part of the addon system.
typeparametervariantThe current tooltip type. Valid values include "ability", "buff", "item", "itemtype", and "unit".