Interface JGOFClockWithTransmitting


Hierarchy

Properties

black_clock: JGOFPlayerClock

Time left on blacks clock.

black_move_transmitting: number
current_player: "black" | "white"

Player to move, and thus player whose clock is running.

current_player_id: string

Player ID of player to move

pause_state?: JGOFPauseState

If this field is set, the game clocks are paused for one or more reasons.

paused_since?: number

Time the game was paused, in milliseconds since 1970, as observed by the server

start_mode?: boolean

True if the game has not begun yet and we are waiting for the first move to be played. If this is true, start_time_left will be set.

start_time_left?: number

If start_mode is true, this is the number of milliseconds left on the start clock, when the clock reaches zero the game will be canceled.

stone_removal_time_left?: number

If puase_State.stone_removal is true, this is the number of milliseconds left before the result is automatically accepted.

time_of_last_move: number

Time the last move was made, in milliseconds since 1970, as observed by the server.

white_clock: JGOFPlayerClock

Time left on whites clock.

white_move_transmitting: number

Generated using TypeDoc