Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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[]

Dragonflight Patch 10.1.0 (2023-05-02): Added dataInstanceID argument.
Dragonflight Patch 10.0.2 (2022-11-15): Added.

Advertisement