[DiscordArchive] How I can get a spell description from the wow api?
[DiscordArchive] How I can get a spell description from the wow api?
Archived author: Deleted User • Posted: 2021-09-08T13:42:47.977000+00:00
Original source
How I can get a spell description from the wow api?
Archived author: Deleted User • Posted: 2021-09-08T13:43:00.380000+00:00
Original source
Or How I can show the spell description in a tooltip?
Archived author: stoneharry • Posted: 2021-09-08T13:44:06.308000+00:00
Original source
You can do: SetHyperlink("spellid:11")
Archived author: stoneharry • Posted: 2021-09-08T13:44:08.881000+00:00
Original source
For example
Archived author: stoneharry • Posted: 2021-09-08T13:44:57.723000+00:00
Original source
https://wowpedia.fandom.com/wiki/API_Gam...tHyperlink
[Embed: API GameTooltip SetHyperlink]
Changes the tooltip to display the linked object.
GameTooltip:SetHyperlink("linkString")
https://wowpedia.fandom.com/wiki/API_Gam...tHyperlink
Archived author: Deleted User • Posted: 2021-09-08T13:49:19.310000+00:00
Original source
It's working
Archived author: Deleted User • Posted: 2021-09-08T13:49:20.178000+00:00
Original source
thanks