[DiscordArchive] Do you have any guide/documentation I could look into for that?
[DiscordArchive] Do you have any guide/documentation I could look into for that?
Archived author: Tosty • Posted: 2025-11-03T10:09:07.068000+00:00
Original source
Do you have any guide/documentation I could look into for that?
Archived author: chipzz • Posted: 2025-11-03T10:09:58.071000+00:00
Original source
https://warcraft.wiki.gg/wiki/Viewing_Bl...rface_code
Archived author: chipzz • Posted: 2025-11-03T10:10:42.437000+00:00
Original source
https://warcraft.wiki.gg/wiki/MACRO_framestack
Archived author: chipzz • Posted: 2025-11-03T10:11:28.191000+00:00
Original source
https://github.com/Gethe/wow-ui-source/
Archived author: Tosty • Posted: 2025-11-03T10:11:42.430000+00:00
Original source
Thank you very much!
Archived author: chipzz • Posted: 2025-11-03T10:12:25.109000+00:00
Original source
The first link may not work for 3.3.5, but there are other ways of obtaining the code too
Archived author: chipzz • Posted: 2025-11-03T10:12:53.444000+00:00
Original source
\/fstack also has a lot more functionality in later versions of WoW
Archived author: Tosty • Posted: 2025-11-03T10:13:11.820000+00:00
Original source
It's a good starting point i think tho
Archived author: chipzz • Posted: 2025-11-03T10:14:05.916000+00:00
Original source
The UI source code doesn't tell you about the gory details like network packets, but it gives you a good idea what direction to search in
Archived author: chipzz • Posted: 2025-11-03T10:14:55.160000+00:00
Original source
Sending/ receiving packets, and reading DBCs is all abstracted away from the UI/ Addons by higher level API