summaryrefslogtreecommitdiff
path: root/build/html/_sources/match_data_summary
diff options
context:
space:
mode:
authorKen <kenny@madgloryint.com>2017-11-01 13:27:17 -0400
committerKen <kenny@madgloryint.com>2017-11-01 13:27:17 -0400
commit1385a3cefc7312a3f18e8d78a854411b53c75e67 (patch)
treef27292fc20215f68c25ab09830947da56fb732a9 /build/html/_sources/match_data_summary
parent0f19a09673be2bb79426e21a6460d5095f43287a (diff)
downloadvainglory-docs-1385a3cefc7312a3f18e8d78a854411b53c75e67.tar.gz
vainglory-docs-1385a3cefc7312a3f18e8d78a854411b53c75e67.zip
Initial commit of the new logs.
Diffstat (limited to 'build/html/_sources/match_data_summary')
-rw-r--r--build/html/_sources/match_data_summary/match_data_summary.rst.txt54
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