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

Method DestroyMap

src/plugin/kernel/src/AFCMapModule.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148bool AFCMapModule::DestroyMap(const int map_id)
149{
150 return map_infos_.erase(map_id);
151}
152
153int AFCMapModule::GetOnlineCount()
154{

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected