Skip to Content

bz_incrementTeamLosses()

Available since 2.4.4

Increment the number of losses for a team. Use a negative number to decrement the number of team losses instead.

Usage

void bz_incrementTeamLosses(bz_eTeamType team, int increment)
Parameters
bz_eTeamType team

The team whose losses will be modified

int increment

The number by which to increment the team losses

Other Team Management Functions

Back to bzfs API Functions

This content is maintained on GitHub. We welcome any feedback and improvements!

Give us Feedback Edit this Page