MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xSndStartStereo

Function xSndStartStereo

src/SB/Core/x/xSnd.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297U32 xSndPlay(U32 id, F32 vol, F32 pitch, U32 priority, U32 flags, U32 parentID,
298 sound_category category, F32 delay)
299{
300 return xSndPlayInternal(id, vol, pitch, priority, flags, parentID, NULL, NULL, 0.0f, 0.0f,
301 category, delay);
302}
303

Callers 1

xCutscene_UpdateFunction · 0.85

Calls 1

iSndStartStereoFunction · 0.50

Tested by

no test coverage detected