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

Method Destroy

src/SB/Game/zNPCTypeKingJelly.cpp:1302–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1300 sound[SOUND_OSCILLATE].volume = 0.5f;
1301 auto_tweak::load_param<F32, F32>(sound[SOUND_OSCILLATE].volume, 1.0f, 0.0f, 10.0f, ap,
1302 apsize, "sound[SOUND_OSCILLATE].volume");
1303 }
1304 if (init)
1305 {
1306 sound[SOUND_OSCILLATE].radius_inner = 0.0f;
1307 auto_tweak::load_param<F32, F32>(sound[SOUND_OSCILLATE].radius_inner, 1.0f, 0.0f,
1308 100000.0f, ap, apsize,
1309 "sound[SOUND_OSCILLATE].radius_inner");
1310 }

Callers

nothing calls this directly

Calls 1

decomposeFunction · 0.50

Tested by

no test coverage detected