Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
void 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
Start
Method · 0.80
InitializeRedstoneSimulator
Method · 0.80
InitializeFluidSimulator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected