Updated Showing the pairings of a specific round (markdown)

Jeroen De Meerleer 2019-05-01 16:08:05 +02:00
parent d0c5be3ba6
commit 57515c7917

@ -1,5 +1,3 @@
**Note: this tutorial relies on a unimplemented method. Do not use!**
To get pairings of a specific round you can use the `Round::getPairings()` method.
First, import your sws-file using the `Sws::readSws()` method. Using the `Tournament::getRoundByNo()` method you can get a specific round. `Tournament::getRoundByNo()` takes 1 integer parameter that defines the round no. The very first round has number 0.