RBWCM-SDK Documentation - v1.1.0
Preparing search index...
Game
Interface Game
The complete raw data structure of a Game.
interface
Game
{
cancelReason
:
string
|
null
;
coralId
:
string
|
null
;
endedAt
:
string
|
Date
|
null
;
id
:
number
;
mapSelection
:
MapSelection
;
pickMode
:
PickMode
;
pickOrder
:
number
[]
;
playedAt
:
string
|
Date
;
playersPerTeam
:
number
;
state
:
GameState
;
teams
:
GameTeam
[]
;
teamsCount
:
number
;
type
:
QueueType
;
}
Index
Properties
cancel
Reason
coral
Id
ended
At
id
map
Selection
pick
Mode
pick
Order
played
At
players
Per
Team
state
teams
teams
Count
type
Properties
cancel
Reason
cancelReason
:
string
|
null
coral
Id
coralId
:
string
|
null
ended
At
endedAt
:
string
|
Date
|
null
id
id
:
number
map
Selection
mapSelection
:
MapSelection
pick
Mode
pickMode
:
PickMode
pick
Order
pickOrder
:
number
[]
played
At
playedAt
:
string
|
Date
players
Per
Team
playersPerTeam
:
number
state
state
:
GameState
teams
teams
:
GameTeam
[]
teams
Count
teamsCount
:
number
type
type
:
QueueType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cancel
Reason
coral
Id
ended
At
id
map
Selection
pick
Mode
pick
Order
played
At
players
Per
Team
state
teams
teams
Count
type
RBWCM-SDK Documentation - v1.1.0
Loading...
The complete raw data structure of a Game.