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 bz_setTeamWins)
 
Line 1: Line 1:
 
{{apicall
 
{{apicall
 
| name          = bz_setTeamWins
 
| name          = bz_setTeamWins
| description  = Sets the wins of a team. (v3.0)
+
| description  = Sets the wins of a team. (v2.4)
 
| param1        = team
 
| param1        = team
 
| param1type    = bz_eTeamType
 
| param1type    = bz_eTeamType

Revision as of 18:53, 2 June 2012

void bz_setTeamWins (bz_eTeamType team, int wins)


Sets the wins of a team. (v2.4)

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