ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   PvP, AvA, Leaderboards Question (https://www.esoui.com/forums/showthread.php?t=9438)

Gedalya 10/31/20 11:44 AM

PvP, AvA, Leaderboards Question
 
Is there a way I can poll for the current state of the leaderboards when I am in PvP AvA? I would like to create an addon that lists this information on screen, mitigating the need to check for those of us who are score minded.

Baertram 10/31/20 12:48 PM

Maybe this info helps:
https://www.esoui.com/forums/showthr...ht=leaderboard

Else check the current API txt files linked in the APIVersion history of the wiki:
https://wiki.esoui.com/APIVersion

The ESOUIDocumentation files are the ones to look into. You should find leaderbaord related stuff in there if it exists.
Just do a text search for pvp, rank, ava, board, leader or similar search terms.

The source code of the leaderboards can be found here:
https://github.com/esoui/esoui/tree/...e/leaderboards
The AVA one should be this https://github.com/esoui/esoui/blob/...rds_shared.lua
-> basing on ZO_LeaderboardBase_Shared: https://github.com/esoui/esoui/blob/..._shared.lua#L5

Gedalya 10/31/20 01:16 PM

Quote:

Originally Posted by Baertram (Post 42500)
Maybe this info helps:
https://www.esoui.com/forums/showthr...ht=leaderboard

Else check the current API txt files linked in the APIVersion history of the wiki:
https://wiki.esoui.com/APIVersion

The ESOUIDocumentation fiels are the ones to look into. You should find leaderbaord related stuff in there if it exists.
Just do a text search for pvp, rank, ava, board, leader or similar search terms.

The source code of the leaderboards can be found here:
https://github.com/esoui/esoui/tree/...e/leaderboards
The AVA one should be this https://github.com/esoui/esoui/blob/...rds_shared.lua
-> basing on ZO_LeaderboardBase_Shared: https://github.com/esoui/esoui/blob/..._shared.lua#L5

Thanks!!! 100 points!


All times are GMT -6. The time now is 03:34 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI