MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / PreviewConfig

Function PreviewConfig

engine/PoseidonOpenAL/SoundSystemOAL.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace
35{
36const ParamEntry* PreviewConfig()
37{
38 const ParamEntry* sfx = Pars.FindEntry("CfgSFX");
39 return sfx ? sfx->FindEntry("Preview") : nullptr;
40}
41
42bool ResolvePreviewMusicTrack(const char* entryName, SoundPars& pars)
43{

Callers 2

ResolvePreviewMusicTrackFunction · 0.85
ResolvePreviewSoundArrayFunction · 0.85

Calls 1

FindEntryMethod · 0.45

Tested by

no test coverage detected