MCPcopy Create free account
hub / github.com/OpenMW/openmw / getResourceSystem

Method getResourceSystem

apps/opencs/model/world/data.cpp:690–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688}
689
690std::shared_ptr<Resource::ResourceSystem> CSMWorld::Data::getResourceSystem()
691{
692 return mResourceSystem;
693}
694
695std::shared_ptr<const Resource::ResourceSystem> CSMWorld::Data::getResourceSystem() const
696{

Callers 9

WorldspaceWidgetMethod · 0.45
PreviewWidgetMethod · 0.45
TerrainStorageMethod · 0.45
ObjectMethod · 0.45
updateLandMethod · 0.45
recreateMethod · 0.45
updateMethod · 0.45
loadSkeletonMethod · 0.45
attachBodyPartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected