Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.32 KB

File metadata and controls

24 lines (20 loc) · 2.32 KB

CsgoGamePlayer

Player's data for a game

Properties

Name Type Required Description
adr float Player's average damage per round
assists int Player's number of kill assists for a game
deaths int Player's number of deaths
first_kills_diff int First kill difference
flash_assists float Player's number of flash assists for a game
game_id int Counter-Strike game ID
headshots int Player's number of headshots
k_d_diff int Player's kills deaths difference for a game
kast float Percentage of rounds in which the player either had a kill, assist, survived or was traded
kills int Player's number of kills
opponent BaseOpponent
player BasePlayer
rating float
team BaseTeam