WeaponStatsTotal

data class WeaponStatsTotal(val mostDefeatsInAGame: Int, val defeats: Int, val mostDamagePlayerInAGame: Double, val damagePlayer: Double, val mostHeadShotsInAGame: Int, val headShots: Int, val longestDefeat: Double, val longRangeDefeats: Int, val kills: Int, val mostKillsInAGame: Int, val groggies: Int, val mostGroggiesInAGame: Int)

Constructors

Link copied to clipboard
constructor(mostDefeatsInAGame: Int, defeats: Int, mostDamagePlayerInAGame: Double, damagePlayer: Double, mostHeadShotsInAGame: Int, headShots: Int, longestDefeat: Double, longRangeDefeats: Int, kills: Int, mostKillsInAGame: Int, groggies: Int, mostGroggiesInAGame: Int)

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 defeat for

Link copied to clipboard

The number of long range defeats for the player

Link copied to clipboard

The most damage that the player did in a single match

Link copied to clipboard

Most defeats in a single match

Link copied to clipboard

The highest number of times that the player has caused another player to become groggy during a match

Link copied to clipboard

The most headshots that the player did in a single match

Link copied to clipboard

The most kills for a player in a single match