RBWCM-SDK Documentation - v1.1.0
Preparing search index...
GameStartPickPayload
Interface GameStartPickPayload
Payload for
RankedEvent.GameStartPick
interface
GameStartPickPayload
{
gameId
:
number
;
isFinished
:
boolean
;
pool
:
DraftPoolPlayerPayload
[]
;
queueId
:
string
;
secondsPerTurn
:
number
;
teams
:
DraftTeamPayload
[]
;
turnTeamIndex
:
number
|
null
;
}
Hierarchy
Omit
<
PickSuccessPayload
,
"pickedUser"
|
"pickedByTeamIndex"
>
GameStartPickPayload
Index
Properties
game
Id
is
Finished
pool
queue
Id
seconds
Per
Turn
teams
turn
Team
Index
Properties
game
Id
gameId
:
number
is
Finished
isFinished
:
boolean
pool
pool
:
DraftPoolPlayerPayload
[]
queue
Id
queueId
:
string
seconds
Per
Turn
secondsPerTurn
:
number
teams
teams
:
DraftTeamPayload
[]
turn
Team
Index
turnTeamIndex
:
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
game
Id
is
Finished
pool
queue
Id
seconds
Per
Turn
teams
turn
Team
Index
RBWCM-SDK Documentation - v1.1.0
Loading...
Payload for RankedEvent.GameStartPick