MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / loadParams

Method loadParams

extlibs/soloud/src/audiosource/sfxr/soloud_sfxr.cpp:553–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551 }
552
553 result Sfxr::loadParams(const char *aFilename)
554 {
555 DiskFile df;
556 int res = df.open(aFilename);
557 if (res != SO_NO_ERROR)
558 return res;
559 return loadParamsFile(&df);
560 }
561
562 result Sfxr::loadParamsFile(File *aFile)
563 {

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected