MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / Mount

Method Mount

src/Nazara/Core/PluginManager.cpp:80–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 */
79
80 bool PluginManager::Mount(Plugin plugin)
81 {
82 Nz::String pluginName = s_pluginFiles[plugin];
83 #ifdef NAZARA_DEBUG
84 if (Mount(pluginName + "-d", true))
85 return true;
86 #endif
87
88 return Mount(pluginName, true);
89 }
90
91 /*!
92 * \brief Mounts the plugin with a path

Callers

nothing calls this directly

Calls 5

EndsWithMethod · 0.80
ReserveMethod · 0.80
GetSizeMethod · 0.45
LoadMethod · 0.45
GetSymbolMethod · 0.45

Tested by

no test coverage detected