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

Difference between revisions of "Bz setTeamLosses"

From BZFlagWiki
Jump to: navigation, search
(Added bz_setTeamLosses)
 
Line 1: Line 1:
 
{{apicall
 
{{apicall
 
| name          = bz_setTeamLosses
 
| name          = bz_setTeamLosses
| description  = Sets the losses of a team. (v3.0)
+
| description  = Sets the losses of a team. (v2.4)
 
| param1        = team
 
| param1        = team
 
| param1type    = bz_eTeamType
 
| param1type    = bz_eTeamType

Revision as of 18:54, 2 June 2012

void bz_setTeamLosses (bz_eTeamType team, int losses)


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

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