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