Page 1 of 1
Documentation inconsistency
Posted: 31 August 2021, 23:24
by gilthe
In the studio doc on
https://en.doc.boardgamearena.com/Game_ ... ns.inc.php it says that the time control setting is to be interpreted like this:
200 (const GAMESTATE_CLOCK_MODE) - game speed profile, array(0,1,2) - realtime, values 11-21 - turn based
But when I query from php, the first turn-based option appears to be 10, not 11. Should probably be fixed in the doc ...
Re: Documentation inconsistency
Posted: 01 September 2021, 06:48
by Tisaac
gilthe wrote: ↑31 August 2021, 23:24
In the studio doc on
https://en.doc.boardgamearena.com/Game_ ... ns.inc.php it says that the time control setting is to be interpreted like this:
200 (const GAMESTATE_CLOCK_MODE) - game speed profile, array(0,1,2) - realtime, values 11-21 - turn based
But when I query from php, the first turn-based option appears to be 10, not 11. Should probably be fixed in the doc ...
The doc is a wiki, feel free to change it if you spot issue.
Re: Documentation inconsistency
Posted: 01 September 2021, 23:28
by gilthe
Thanks Tisaac, it is not editable from a Studio login, which always trips me. In any case, I'd rather not edit documentation of code I cannot actually see/verify (which is the case here).
Re: Documentation inconsistency
Posted: 07 September 2021, 16:50
by Victoria_La
Yes 10 is turn based
10 is "Fast Turn-based - 24 moves per day"
Re: Documentation inconsistency
Posted: 27 September 2021, 00:25
by gilthe
Brief follow-up: is it true that training mode corresponds to value 9999? This is rather unexpected and worth mentioning in the doc.