Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EndstoneMC/endstone
/ getMaxNumPlayers
Method
getMaxNumPlayers
src/bedrock/network/server_network_handler.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
int ServerNetworkHandler::getMaxNumPlayers() const
27
{
28
return max_num_players_;
29
}
30
31
int ServerNetworkHandler::setMaxNumPlayers(int max_players)
32
{
Callers
1
getMaxPlayers
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected