RBWCM-SDK Documentation - v1.1.0
Preparing search index...
Queue
Interface Queue
Raw data structure representing a Queue.
interface
Queue
{
active
:
boolean
;
channelId
:
string
;
id
:
string
;
mapSelection
:
MapSelection
;
maximumElo
:
number
|
null
;
minimumElo
:
number
|
null
;
pickMode
:
PickMode
;
pickOrder
:
number
[]
;
playersPerTeam
:
number
;
rankedSystemId
:
string
;
teamsCount
:
number
;
type
:
QueueType
;
}
Index
Properties
active
channel
Id
id
map
Selection
maximum
Elo
minimum
Elo
pick
Mode
pick
Order
players
Per
Team
ranked
System
Id
teams
Count
type
Properties
active
active
:
boolean
channel
Id
channelId
:
string
id
id
:
string
map
Selection
mapSelection
:
MapSelection
maximum
Elo
maximumElo
:
number
|
null
minimum
Elo
minimumElo
:
number
|
null
pick
Mode
pickMode
:
PickMode
pick
Order
pickOrder
:
number
[]
players
Per
Team
playersPerTeam
:
number
ranked
System
Id
rankedSystemId
:
string
teams
Count
teamsCount
:
number
type
type
:
QueueType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
channel
Id
id
map
Selection
maximum
Elo
minimum
Elo
pick
Mode
pick
Order
players
Per
Team
ranked
System
Id
teams
Count
type
RBWCM-SDK Documentation - v1.1.0
Loading...
Raw data structure representing a Queue.