MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetMaxOnlineCount

Method GetMaxOnlineCount

src/plugin/kernel/src/AFCMapModule.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169int AFCMapModule::GetMaxOnlineCount()
170{
171 // test count 5000
172 // and it should be define in a config file
173 return 10000;
174}
175
176int AFCMapModule::GetMapOnlineCount(const int map_id)
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected