From 5da2c1157b2b2edd3ea1a63a43c5029066b85779 Mon Sep 17 00:00:00 2001 From: Eole Date: Tue, 27 Mar 2018 16:25:29 +0200 Subject: [PATCH] 2.5.0 version of the xmlrpc api. --- XmlRpcListing.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/XmlRpcListing.md b/XmlRpcListing.md index e0667a1..fd4b043 100644 --- a/XmlRpcListing.md +++ b/XmlRpcListing.md @@ -1893,6 +1893,23 @@ Callbacks }" ] ``` + - Version >=2.5.0: + The players' scores contain the previous race values. + ``` + [ + "{ + ... + "players": [ + { + ... + "prevracetime": 75642, + "prevracerespawns": 3, + "prevracecheckpoints": [9845, 32658, 52489, 75642], + "prevstuntsscore": 657 + } + ] + }" + ] ### Trackmania.PointsRepartition