MCPcopy Create free account
hub / github.com/OGRECave/ogre / loadFromResourceSystem

Method loadFromResourceSystem

OgreMain/src/OgreConfigFile.cpp:64–70  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

62 }
63 //-----------------------------------------------------------------------
64 void ConfigFile::loadFromResourceSystem(const String& filename,
65 const String& resourceGroup, const String& separators, bool trimWhitespace)
66 {
67 DataStreamPtr stream =
68 ResourceGroupManager::getSingleton().openResource(filename, resourceGroup);
69 load(stream, separators, trimWhitespace);
70 }
71 //-----------------------------------------------------------------------
72 void ConfigFile::load(const DataStreamPtr& stream, const String& separators,
73 bool trimWhitespace)

Callers 3

loadMethod · 0.80
loadLegacyTerrainMethod · 0.80
loadMaterialControlsFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected