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

Function zEntPlayer_SNDSetPitch

src/SB/Game/zEntPlayer.cpp:5879–5885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5877}
5878
5879void zEntPlayer_SNDSetPitch(_tagePlayerSnd player_snd, F32 new_pitch)
5880{
5881 if (sPlayerSnd[gCurrentPlayer][player_snd])
5882 {
5883 xSndSetPitch(sPlayerSndID[gCurrentPlayer][player_snd], new_pitch);
5884 }
5885}
5886
5887void zEntPlayer_SNDStop(_tagePlayerSnd player_snd)
5888{

Callers 1

set_pitchFunction · 0.85

Calls 1

xSndSetPitchFunction · 0.85

Tested by

no test coverage detected