Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/game
GameState
Interface GameState
interface
GameState
{
currentRound
:
number
;
isPaused
:
boolean
;
matchStatistics
:
MatchStatistics
;
maxRounds
:
number
;
mode
:
GameMode
;
phase
:
GamePhase
;
players
:
readonly
[
PlayerState
,
PlayerState
]
;
timeRemaining
:
number
;
winner
?:
null
|
PlayerState
;
}
Index
Properties
current
Round
is
Paused
match
Statistics
max
Rounds
mode
phase
players
time
Remaining
winner?
Properties
Readonly
current
Round
currentRound
:
number
Readonly
is
Paused
isPaused
:
boolean
Readonly
match
Statistics
matchStatistics
:
MatchStatistics
Readonly
max
Rounds
maxRounds
:
number
Readonly
mode
mode
:
GameMode
Readonly
phase
phase
:
GamePhase
Readonly
players
players
:
readonly
[
PlayerState
,
PlayerState
]
Readonly
time
Remaining
timeRemaining
:
number
Optional
Readonly
winner
winner
?:
null
|
PlayerState
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Round
is
Paused
match
Statistics
max
Rounds
mode
phase
players
time
Remaining
winner
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...