Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/REGoth-project/REGoth
/ getMainWorld
Method
getMainWorld
src/engine/BaseEngine.cpp:227–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
Handle::WorldHandle BaseEngine::getMainWorld()
228
{
229
return getSession().getMainWorld();
230
}
231
232
JobManager& BaseEngine::getJobManager()
233
{
Callers
13
switchToWorld
Method · 0.45
setupKeyBindings
Method · 0.45
enablePlayerBindings
Method · 0.45
loadSaveGameSlot
Method · 0.45
saveToSlot
Method · 0.45
determineCommand
Method · 0.45
generateSuggestions
Method · 0.45
registerEngineExternals
Method · 0.45
update
Method · 0.45
enqueueChapterIntroduction
Method · 0.45
update
Method · 0.45
onInputAction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected