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

Difference between revisions of "Bz getTeamWins"

From BZFlagWiki
Jump to: navigation, search
(Added bz_getTeamWins)
 
m (Bad grammar.)
 
Line 1: Line 1:
 
{{apicall
 
{{apicall
 
| name          = bz_getTeamWins
 
| name          = bz_getTeamWins
| description  = Gets the wins for a team.
+
| description  = Gets the wins of a team.
 
| param1        = team
 
| param1        = team
 
| param1type    = bz_eTeamType
 
| param1type    = bz_eTeamType

Latest revision as of 01:37, 3 February 2009

int bz_getTeamWins (bz_eTeamType team)


Gets the wins of a team.

Parameters:
team  -  The team to look up.
Returns:
The wins of the team.