This wiki is archived and useful information is being migrated to the main bzflag.org website

bz_incrementPlayerWins

From BZFlagWiki
Revision as of 21:11, 14 June 2015 by Allejo (Talk | contribs) (Add minimum API version)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

void bz_incrementPlayerWins (int playerID, int increment)


Minimum API Version: 2.4.3
Increments the wins of a player.

Parameters:
playerID  -  The player who is affected by the win change.
increment  -  The wins to add to the player. (0 to leave the wins unchanged, negative number to decrement the wins)