Title here
Summary here
This is a reference on match metadata captured in the local SQLite database.
Structured as JSON. Array of players participating in a match. Every player has a number of attributes associated with them:
Property | Description |
---|---|
BotAttributes |
Only applicable to players that were bots. |
LastTeamId |
Numeric identifier of the team the player was last on. |
Outcome |
Numeric identifier of the outcome of the match for a given player and their team.1 - Tie2 - Win3 - Loss4 - Did not finish |
ParticipationInfo |
General metadata about participation in the match. Includes: - Time the player joined the match ( FirstJoinedTime )- Whether the player joined a match that was already played ( JoinedInProgress )- Time at which the player left the match if the player quit ( LastLeaveTime )- Whether the player left the match in progress ( LeftInProgress )- Whether the player was present at the start of the match ( PresentAtBeginning )- Whether the player was there when match completed ( PresentAtCompletion )- Time played. |