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

Function var_text_SoundFXVolume

src/SB/Game/zVar.cpp:431–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 }
430
431 char* var_text_SoundFXVolume()
432 {
433 static char buffer[0x0C];
434 sprintf(buffer, "%d", zVarEntryCB_SndFXVol(NULL));
435 return buffer;
436 }
437
438 char* var_text_SoundMusicVolume()
439 {

Callers

nothing calls this directly

Calls 2

sprintfFunction · 0.85
zVarEntryCB_SndFXVolFunction · 0.70

Tested by

no test coverage detected