mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-07 23:51:36 +01:00
clarify findPlayer function in readme
This commit is contained in:
@@ -3,7 +3,7 @@ The Open Web Leaderboard is a leaderboard that can easily be used with any backe
|
|||||||
|
|
||||||
- getRankRange(start, end) -> return a list of players from start rank to end rank
|
- getRankRange(start, end) -> return a list of players from start rank to end rank
|
||||||
- getMaxEntries() -> return the total number of entries in the leaderboard
|
- getMaxEntries() -> return the total number of entries in the leaderboard
|
||||||
- findPlayer() -> find a player by name
|
- findPlayer() -> find a player by name and return a (player, rank)-tupel
|
||||||
|
|
||||||
The system was developed to be used with the [skillbird-framwork](https://github.com/FAUSheppy/skillbird). If you use this framework, the program should be working without any arguments. If you need more conductibility feel free to open a pull-request or send me a message.
|
The system was developed to be used with the [skillbird-framwork](https://github.com/FAUSheppy/skillbird). If you use this framework, the program should be working without any arguments. If you need more conductibility feel free to open a pull-request or send me a message.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user