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

Number of enemy players this player damaged that were killed by teammates

Link copied to clipboard

Average kills per match Minimum: 0

Link copied to clipboard

Average rank Minimum: 0

Link copied to clipboard

Player's highest rank points Minimum: 0

Link copied to clipboard

Player's highest ranked tier

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
val dbnos: Int

Number of enemy players knocked

Link copied to clipboard
val deaths: Int

Number of player deaths Minimum: 0

Link copied to clipboard
val kda: Double

Kill death assist ratio

Link copied to clipboard
val kills: Int

Number of enemy players killed Minimum: 0

Link copied to clipboard

Account ID of the player associated with this stats

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

Link copied to clipboard

Ratio of number of matches won / matches didn't win Minimum: 0

Link copied to clipboard
val wins: Int

Number of matches won