From cda3ae4da55bf3b61c3b61660d0a2a1ef3367189 Mon Sep 17 00:00:00 2001 From: leiizko Date: Mon, 7 Aug 2017 15:11:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2217a14..0262b06 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ All C++ code is released under AGPL-v3. ## Added functions ``` * TS_Rate( , ) + ! Players must be added with TS_AddPlayer function first ! - : Integer, number of teams in game, each player counts as a team in FFA mode - : String, team placements separated by space. Lower number is better, same numbers is a tie. Needs to be in a specfic order, the string gets tokenized into an array. Array index+1 represents a team. Example: @@ -21,6 +22,7 @@ All C++ code is released under AGPL-v3. Clears all players added by TS_AddPlayer function. * TS_Quality( ) + ! Players must be added with TS_AddPlayer function first ! - : Integer, number of teams in game, each player counts as a team in FFA mode Returns a float of game quality ( 0 - 1 ). Multiply by 100 to get percentage of draw chance Clears all players added by TS_AddPlayer function.