Skip to content

Commit

Permalink
2.5.0 version of the xmlrpc api.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aessi committed Mar 27, 2018
1 parent ef6aaf1 commit 5da2c11
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions XmlRpcListing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5da2c11

Please sign in to comment.