RankedStats
data class RankedStats(val playerId: String, val seasonId: String, val currentRankPoint: Int, val bestRankPoint: Int, val currentTier: Tier, val bestTier: Tier, val roundsPlayed: Int, val avgRank: Double, val top10Ratio: Double, val winRatio: Double, val assists: Int, val wins: Int, val kda: Double, val avgKill: Double, val kills: Int, val deaths: Int, val damageDealt: Double, val dbnos: Int)
Constructors
Link copied to clipboard
constructor(playerId: String, seasonId: String, currentRankPoint: Int, bestRankPoint: Int, currentTier: Tier, bestTier: Tier, roundsPlayed: Int, avgRank: Double, top10Ratio: Double, winRatio: Double, assists: Int, wins: Int, kda: Double, avgKill: Double, kills: Int, deaths: Int, damageDealt: Double, dbnos: Int)
Properties
Link copied to clipboard
Player's highest rank points Minimum: 0
Link copied to clipboard
Player's current rank points Minimum: 0
Link copied to clipboard
Player's current ranked tier
Link copied to clipboard
Total damage dealt. Note: Self inflicted damage is subtracted Minimum: 0
Link copied to clipboard
Number of matches played Minimum: 0
Link copied to clipboard
dev.pubgkt.Season id of the stats
Link copied to clipboard
Ratio of number of times this player made it to the top 10 in a match / times didn't make it to top 10 Minimum: 0