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

bz_incrementPlayerWins

From BZFlagWiki
Revision as of 13:37, 29 May 2015 by Alezakos (Talk | contribs) (Created page with "{{apicall | name = bz_incrementPlayerWins | description = Increments the wins of a player. | param1 = playerID | param1type = int | param1desc = The pl...")

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

void bz_incrementPlayerWins (int playerID, int wins)


Increments the wins of a player.

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