bz_getTeamPlayerLimit()
Available since 2.4.0
Get the maximum number of players that the server is configured to allow for the specified team.
Usage
unsigned int bz_getTeamPlayerLimit(bz_eTeamType team)
Parameters | ||
---|---|---|
bz_eTeamType |
team
|
The team to get the player limit for |
Returns
unsigned int - The player limit
Other Team Management Functions
This content is maintained on GitHub. We welcome any feedback and improvements!