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

Method SndChanIsBusy

src/SB/Game/zNPCTypeCommon.cpp:3189–3192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3187}
3188
3189S32 zNPCCommon::SndChanIsBusy(S32 flg_chan)
3190{
3191 return xSndIsPlaying(0, (U32)this + (flg_chan & 3));
3192}
3193
3194void zNPCCommon::SndKillSounds(S32 flg_chan, S32 all)
3195{

Callers 3

SndStartMethod · 0.95
ProcessMethod · 0.80
ProcessMethod · 0.80

Calls 1

xSndIsPlayingFunction · 0.70

Tested by

no test coverage detected