Interface PlayerTotalLevelRankings

A player's combined level rankings

interface PlayerTotalLevelRankings {
    all: null | number;
    combat: null | number;
    profession: null | number;
}

Properties

Properties

all: null | number

Position in the TOTAL/COMBINED leaderboard

combat: null | number

Position in the TOTAL/COMBAT leaderboard

profession: null | number

Position in the TOTAL/PROFESSION leaderboard

Generated using TypeDoc