0.26.0 Patch
· One min read
New in level_data: stats, game state info, and player data
level_data: {
game_info: {
...
state: <STARTING/STARTED/ENDING/ENDED/MATCH_COMPLETED>,
time_left_s,
...
}
stats: {
id: {
score,
kills,
deaths,
kd_ratio,
}
...
}
...
own_player: {
...
is_zapping,
speech,
...
},
...
players: [
...
{
...
is_zapping,
speech,
...
}
...
]
}