MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / getEngineArgs

Method getEngineArgs

src/engine/BaseEngine.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178BaseEngine::EngineArgs BaseEngine::getEngineArgs()
179{
180 return m_Args;
181}
182
183bool BaseEngine::saveWorld(Handle::WorldHandle world, const std::string& file)
184{

Callers 11

startNewGameMethod · 0.80
initMethod · 0.80
initializeMusicMethod · 0.80
createSoundsMethod · 0.80
drawWorldFunction · 0.80
initMethod · 0.80
initForWorldMethod · 0.80
loadParticleFXDATMethod · 0.80
onCustomActionMethod · 0.80
loadMenuDATMethod · 0.80
finalizeLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected