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

Function var_text_SoundMusicVolume

src/SB/Game/zVar.cpp:438–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 }
437
438 char* var_text_SoundMusicVolume()
439 {
440 static char buffer[0x0C];
441 sprintf(buffer, "%d", zVarEntryCB_SndMusicVol(NULL));
442 return buffer;
443 }
444
445 char* var_text_SpaceAvailable()
446 {

Callers

nothing calls this directly

Calls 2

sprintfFunction · 0.85
zVarEntryCB_SndMusicVolFunction · 0.70

Tested by

no test coverage detected