stirante / RuneChanger

RuneChanger is an app that improves and speeds up the use of LoL client.
https://runechanger.stirante.com/
GNU General Public License v3.0
86 stars 14 forks source link

[Question] Where do you get all the informations about the LoL Client ? #71

Closed Vianpyro closed 3 years ago

Vianpyro commented 3 years ago

Where does all the information about the open client (player name, "auto queue", etc...) and the player's rune pages come from?

stirante commented 3 years ago

Everything is done using LCU API. More details on that are here.

I specifically use my own library for that: https://github.com/stirante/lol-client-java-api

Vianpyro commented 3 years ago

Ok thank you :D