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
m (Added minimum API verision)
 
Line 1: Line 1:
 
{{apicall
 
{{apicall
 
| name          = bz_setTeamLosses
 
| name          = bz_setTeamLosses
| description  = Sets the losses of a team. (v2.4)
+
| version = 2.4.0
 +
| description  = Sets the losses of a team
 
| param1        = team
 
| param1        = team
 
| param1type    = bz_eTeamType
 
| param1type    = bz_eTeamType

Latest revision as of 21:17, 14 June 2015

void bz_setTeamLosses (bz_eTeamType team, int losses)


Minimum API Version: 2.4.0
Sets the losses of a team

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