-
Notifications
You must be signed in to change notification settings - Fork 8
Match
Martin Sileno edited this page Apr 25, 2018
·
1 revision
Corresponding resource: https://documentation.playbattlegrounds.com/en/matches.html
- id
- dateCreated
- duration in seconds
-
gameMode see the enum
GameMode
for possible values -
map see the enum
MapName
for possible values - participants a list of Participant objects, one for each player in the Match
- rosters a list of Roster objects, one for each team in the Match
- asset an Asset object containing the URL to telemetry data for this Match
- [static] get retrieve data for and return a Match given a Match ID
- getParticipantById return a Participant with the given ID in this Match
- getParticipantByName return a Participant with the given name in this Match