bz_incrementPlayerWins()
Available since 2.4.4
Increment the number of wins for a player. Use a negative number to decrement the number of wins instead.
Usage
void bz_incrementPlayerWins(int playerID, int increment)
| Parameters | ||
|---|---|---|
| int |
playerID
|
The player whose wins are being modified |
| int |
increment
|
The number by which to increment the number of wins by |
Other Player Score Functions
This content is maintained on GitHub. We welcome any feedback and improvements!