MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / TeamManager

Method TeamManager

source/game/StarTeamManager.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace Star {
9
10TeamManager::TeamManager() {
11 m_pvpTeamCounter = 1;
12 m_maxTeamSize = Root::singleton().configuration()->get("maxTeamSize").toUInt();
13}
14
15JsonRpcHandlers TeamManager::rpcHandlers() {
16 return JsonRpcHandlers{

Callers

nothing calls this directly

Calls 4

singletonClass · 0.85
toUIntMethod · 0.80
configurationMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected