Signals that the tooltip has changed.
Event.Tooltip(type, shown, buff) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
buff | parameter | <nope> | The ID of the tooltip's new buff. "shown" will be a unit in this case. |
shown | parameter | <nope> | The blob describing the new element shown. Generally, some kind of identifier used in another part of the addon system. |
type | parameter | variant | The current tooltip type. Valid values include "ability", "buff", "item", "itemtype", and "unit". |