RBWCM-SDK Documentation - v1.1.0
Preparing search index...
DraftPlayerCache
Interface DraftPlayerCache
Cached information about a player during a draft session.
interface
DraftPlayerCache
{
discordId
:
string
;
elo
:
number
;
ign
:
string
;
isCaptain
:
boolean
;
score
:
number
;
userId
:
number
;
}
Index
Properties
discord
Id
elo
ign
is
Captain
score
user
Id
Properties
discord
Id
discordId
:
string
elo
elo
:
number
ign
ign
:
string
is
Captain
isCaptain
:
boolean
score
score
:
number
user
Id
userId
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
discord
Id
elo
ign
is
Captain
score
user
Id
RBWCM-SDK Documentation - v1.1.0
Loading...
Cached information about a player during a draft session.