mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 06:26:57 +01:00
Updated a.2 Showing the pairings of a specific round (markdown)
parent
212577b36c
commit
d0b38d1086
@ -1,6 +1,6 @@
|
|||||||
To get pairings of a specific round you can use the `Round::getPairings()` method.
|
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.
|
First, import your sws-file using the `ReaderInterface::read()` 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.
|
||||||
|
|
||||||
**TODO: change first round no to 1**
|
**TODO: change first round no to 1**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user