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

Function xSndPlay3D

src/SB/Game/zEnt.cpp:927–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927void xSndPlay3D(U32 id, F32 vol, F32 pitch, U32 priority, U32 flags, const xVec3* pos, F32 radius,
928 sound_category category, F32 delay)
929{
930 xSndPlay3D(id, vol, pitch, priority, flags, pos, radius / 4.0f, radius, category, delay);
931}
932
933S32 xNPCBasic::SelfType() const
934{

Callers 15

sitCBFunction · 0.70
EnterMethod · 0.70
ProcessMethod · 0.70
MaryzFuryMethod · 0.70
zEntButton_PressFunction · 0.70
zEntButtonEventCBFunction · 0.70
Upd_TubeletBlastMethod · 0.70
Upd_ChuckBlastMethod · 0.70
Upd_OilBurstMethod · 0.70
SndStartMethod · 0.70
play_soundFunction · 0.70
soundEffectCBFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected