WeaponOfficialStatsTotal

data class WeaponOfficialStatsTotal(val mostDefeatsInAGame: Int, val defeats: Int, val damagePlayer: Double, val headShots: Int, val kills: Int, val mostKillsInAGame: Int, val groggies: Int, val longestKill: Double)

Constructors

Link copied to clipboard
constructor(mostDefeatsInAGame: Int, defeats: Int, damagePlayer: Double, headShots: Int, kills: Int, mostKillsInAGame: Int, groggies: Int, longestKill: Double)

Properties

Link copied to clipboard

The total damage that the player has done in their career

Link copied to clipboard

The total number of defeats in their career

Link copied to clipboard

The total number of times that the player has caused another player to become groggy during their career

Link copied to clipboard

The total headshots that the player has done in their career

Link copied to clipboard
val kills: Int

The total number of kills for the player

Link copied to clipboard

The longest distance that the player got a kill for

Link copied to clipboard

Most defeats in a single match

Link copied to clipboard

The most kills for a player in a single match