MCPcopy Create free account
hub / github.com/cuberite/cuberite / RegisterSimulator

Method RegisterSimulator

src/Simulator/SimulatorManager.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72
73void cSimulatorManager::RegisterSimulator(cSimulator * a_Simulator, int a_Rate)
74{
75 m_Simulators.push_back(std::make_pair(a_Simulator, a_Rate));
76}
77
78
79

Callers 3

StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected