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

Method RenderExtra

src/SB/Game/zNPCTypeKingJelly.cpp:1353–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351 auto_tweak::load_param<S32, S32>(sound[SOUND_RISE].priority, 1, 0, 1000, ap, apsize,
1352 "sound[SOUND_RISE].priority");
1353 }
1354 if (init)
1355 {
1356 sound[SOUND_TAUNT].volume = 1.0f;
1357 auto_tweak::load_param<F32, F32>(sound[SOUND_TAUNT].volume, 1.0f, 0.0f, 10.0f, ap,
1358 apsize, "sound[SOUND_TAUNT].volume");
1359 }

Callers

nothing calls this directly

Calls 1

render_debugFunction · 0.85

Tested by

no test coverage detected