MatchPlayer

data class MatchPlayer(val id: String, val name: String, val dbnos: Int, val assists: Int, val boosts: Int, val damageDealt: Double, val deathType: DeathType, val headshotKills: Int, val heals: Int, val killPlace: Int, val killStreaks: Int, val kills: Int, val longestKill: Double, val revives: Int, val rideDistance: Double, val roadKills: Int, val swimDistance: Double, val teamKills: Int, val timeSurvived: Int, val vehicleDestroys: Int, val walkDistance: Double, val weaponsAcquired: Int, val winPlace: Int)

Represents a player in a specific match

Constructors

Link copied to clipboard
constructor(id: String, name: String, dbnos: Int, assists: Int, boosts: Int, damageDealt: Double, deathType: DeathType, headshotKills: Int, heals: Int, killPlace: Int, killStreaks: Int, kills: Int, longestKill: Double, revives: Int, rideDistance: Double, roadKills: Int, swimDistance: Double, teamKills: Int, timeSurvived: Int, vehicleDestroys: Int, walkDistance: Double, weaponsAcquired: Int, winPlace: Int)

Properties

Link copied to clipboard

Number of enemy players this player damaged that were killed by teammates Minimum: 0 Maximum: 128

Link copied to clipboard
val boosts: Int

Number of boost items used Minimum: 0

Link copied to clipboard

Total damage dealt. Note: Self inflicted damage is subtracted Minimum: 0

Link copied to clipboard
val dbnos: Int

Number of players knocked Minimum: 0

Link copied to clipboard

The way by which this player died, or alive if they didn't

Link copied to clipboard

Number of enemy players killed with headshots Minimum: 0 Maximum: 129

Link copied to clipboard
val heals: Int

Number of healing items used Minimum: 0

Link copied to clipboard
val id: String

Account ID of the player associated with this participant

Link copied to clipboard

This player's rank in the match based on kills Minimum: 1 Maximum: 130

Link copied to clipboard
val kills: Int

Number of enemy players killed Minimum: 0 Maximum: 129

Link copied to clipboard

Total number of kill streaks Minimum: 0

Link copied to clipboard

Longest kill Minimum: 0

Link copied to clipboard

PUBG IGN of the player associated with this participant

Link copied to clipboard

Number of times this player revived teammates Minimum: 0

Link copied to clipboard

Total distance traveled in vehicles measured in meters Minimum: 0

Link copied to clipboard

Number of kills while in a vehicle Minimum: 0

Link copied to clipboard

Total distance traveled while swimming measured in meters Minimum: 0

Link copied to clipboard

Number of times this player killed a teammate Minimum: 0

Link copied to clipboard

Amount of time survived measured in seconds Minimum: 0

Link copied to clipboard

Number of vehicles destroyed Minimum: 0

Link copied to clipboard

Total distance traveled on foot measured in meters Minimum: 0

Link copied to clipboard

Number of weapons picked up Minimum: 0

Link copied to clipboard

This player's placement in the match Minimum: 1 Maximum: 130