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

Method Init

src/SB/Game/zNPCTypeKingJelly.cpp:1277–1282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275 {
1276 sound[SOUND_MOVE].volume = 1.0f;
1277 auto_tweak::load_param<F32, F32>(sound[SOUND_MOVE].volume, 1.0f, 0.0f, 10.0f, ap,
1278 apsize, "sound[SOUND_MOVE].volume");
1279 }
1280 if (init)
1281 {
1282 sound[SOUND_MOVE].radius_inner = 10.0f;
1283 auto_tweak::load_param<F32, F32>(sound[SOUND_MOVE].radius_inner, 1.0f, 0.0f, 100000.0f,
1284 ap, apsize, "sound[SOUND_MOVE].radius_inner");
1285 }

Callers

nothing calls this directly

Calls 3

memsetFunction · 0.85
InitFunction · 0.50
initMethod · 0.45

Tested by

no test coverage detected