bz_incrementTeamWins()
Available since 2.4.4
Increment the number of wins for a team. Use a negative number to decrement the number of team wins instead.
Usage
void bz_incrementTeamWins(bz_eTeamType team, int increment)
Parameters | ||
---|---|---|
bz_eTeamType |
team
|
The team whose wins will be modified |
int |
increment
|
The number by which to increment the team wins |
Other Team Management Functions
This content is maintained on GitHub. We welcome any feedback and improvements!