RBWCM-SDK Documentation - v1.1.0
Preparing search index...
GameTeam
Interface GameTeam
Raw data structure representing a team in a game.
interface
GameTeam
{
id
:
number
;
index
:
number
;
players
:
GamePlayer
[]
;
voiceChannelId
:
string
|
null
;
won
:
boolean
|
null
;
}
Index
Properties
id
index
players
voice
Channel
Id
won
Properties
id
id
:
number
index
index
:
number
players
players
:
GamePlayer
[]
voice
Channel
Id
voiceChannelId
:
string
|
null
won
won
:
boolean
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
index
players
voice
Channel
Id
won
RBWCM-SDK Documentation - v1.1.0
Loading...
Raw data structure representing a team in a game.