MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SaveIni

Method SaveIni

ogsr_engine/xrSound/SoundRender_Environment.cpp:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241bool SoundEnvironment_LIB::SaveIni(CInifile* ini) const
242{
243 for (u32 chunk = 0; chunk < library.size(); chunk++)
244 {
245 library[chunk]->saveIni(ini, library[chunk]->name.c_str());
246 }
247 return true;
248}
249
250void SoundEnvironment_LIB::Unload()
251{

Callers 1

env_save_allMethod · 0.45

Calls 3

sizeMethod · 0.45
saveIniMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected