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

Difference between revisions of "Bz setTeamWins"

From BZFlagWiki
Jump to: navigation, search
(Added minimum API verision)
 
Line 1: Line 1:
 
{{apicall
 
{{apicall
 
| name          = bz_setTeamWins
 
| name          = bz_setTeamWins
| description  = Sets the wins of a team. (v2.4)
+
| description  = Sets the wins of a team
 +
| version = 2.4.0
 
| param1        = team
 
| param1        = team
 
| param1type    = bz_eTeamType
 
| param1type    = bz_eTeamType

Latest revision as of 21:15, 14 June 2015

void bz_setTeamWins (bz_eTeamType team, int wins)


Minimum API Version: 2.4.0
Sets the wins of a team

Parameters:
team  -  The team to set the wins for.
wins  -  Amount of wins for the team.