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

Method Exit

src/SB/Game/zNPCTypeKingJelly.cpp:1521–1527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1519 xAnimTableNewTransition(table, g_strz_subbanim[ANIM_Damage01],
1520 g_strz_subbanim[ANIM_SpawnKids01], 0, 0, 0, 0, 0, 0, 0, 0, f2106, 0);
1521
1522 return table;
1523}
1524
1525zNPCKingJelly::zNPCKingJelly(S32 myType) : zNPCSubBoss(myType)
1526{
1527 this->show_vertex = -1;
1528 this->enabled = TRUE;
1529 memset(&this->tentacle_lightning, 0, 7 * sizeof(zLightning*));
1530 init_sound();

Callers

nothing calls this directly

Calls 4

kill_soundFunction · 0.70
ExitFunction · 0.50
update_roundMethod · 0.45

Tested by

no test coverage detected