API 3rd number in moves array?

Hello, I would like to know what the 3rd number in the game.gamedata.moves array stands for.
Thanks in advance for any info.

It’s the time taken for each move (in milliseconds)

5 Likes

Thank you @GremonRents

I wonder is moves is an array of AdHocPackedMove…

If so, I need to update a typedef!

1 Like

I don’t know. So far I have only encountered the 3 numbers version.

1 Like

I think so. Here is an example of a game I played with moves that have 5 parameters https://online-go.com/api/v1/games/41348780. The array with “blur”:number inside appeared every time I switched to another tab/opened another application so I guess it’s just the total time the tab was not on focus for that move

2 Likes