bz_setTeamWins()
Available since 2.4.0
Set a new value for the amount of wins a team has. This function will overwrite the number of team wins with the specified value.
Usage
void bz_setTeamWins(bz_eTeamType team, int wins)
Parameters | ||
---|---|---|
bz_eTeamType |
team
|
The team to set the new number of wins for |
int |
wins
|
The new number of wins |
Other Team Management Functions
This content is maintained on GitHub. We welcome any feedback and improvements!