![]() |
Wowpedia is no longer updated, go away. |
Sends an update to the UI that a sparse or cache lookup has resolved
TOOLTIP_DATA_UPDATE: dataInstanceID
Payload[]
- dataInstanceID
- number? - The data instance that was updated.
Details[]
- The
dataInstanceID
value correlates to a structure returned from a previous C_TooltipInfo API call, which will have a field of the same name present. This can be used to determine whether or not you need to re-query the API to get updated data for your tooltip.
Patch changes[]
Patch 10.1.0 (2023-05-02): Added
dataInstanceID
argument.
Patch 10.0.2 (2022-11-15): Added.