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

Function xSndDelayedInit

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

Source from the content-addressed store, hash-verified

137}
138
139void xSndDelayedInit()
140{
141 for (int i = 0; i < 16; i++)
142 {
143 //Alternates between f1 and f0
144 sDelayedSnd[i].delay = 0.0f;
145 }
146 sDelayedPaused = 0;
147}
148
149void xSndAddDelayed(U32 id, F32 vol, F32 pitch, U32 priority, U32 flags, U32 parentID, xEnt* parentEnt, xVec3* pos, F32 innerRadius, F32 outerRadius, sound_category category, F32 delay)
150{

Callers 2

xSndInitFunction · 0.85
xSndStopAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected