diff options
Diffstat (limited to 'build/html/_sources/match_data_summary')
| -rw-r--r-- | build/html/_sources/match_data_summary/match_data_summary.rst.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/build/html/_sources/match_data_summary/match_data_summary.rst.txt b/build/html/_sources/match_data_summary/match_data_summary.rst.txt new file mode 100644 index 0000000..9bb965b --- /dev/null +++ b/build/html/_sources/match_data_summary/match_data_summary.rst.txt @@ -0,0 +1,54 @@ +.. _match_data_summary: + +Match Data Summary +================== + +Special thanks to Kashz for helping to create this! GitHub: iAm-Kashif + +Match Object +--------------------------- + +================= ============== =========================== +Variable Type Description +================= ============== =========================== +Type str Match +ID str Match ID +createdAt str (iso8601) Time of Match Played +duration int Time of match in seconds +gameMode str Game Mode +patchVersion str Version of API +shardID str Match Shard +stats map See Match.stats +assets obj See Match.assets +rosters obj See Rosters +================= ============== =========================== + + +**Match.stats (End of game statistics)** + +================= ============== =========================== +Variable Type Description +================= ============== =========================== +endGameReason str "Victory" or "Defeat" +queue str Game Mode +================= ============== =========================== + + +**Match.assets (Telemetry Data)** + +================= ============== =========================== +Variable Type Description +================= ============== =========================== +Type string asset +createdAt str (iso8601) Time of Telemtry creation +description str " " +filename str telemetry.json +id str ID of Asset +contentType str application/json +name map telemetry +url obj Link to Telemetry.json file +================= ============== =========================== + + +.. toctree:: + :maxdepth: 2 |
