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

Method decompose

src/SB/Game/zNPCTypeDutchman.cpp:1425–1436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1423}
1424
1425void zNPCDutchman::decompose()
1426{
1427 if (flag.fighting != 0)
1428 {
1429 flag.fighting = 0;
1430 disable_emitter(*dissolve_emitter);
1431 disable_emitter(*fadein_emitter);
1432 disable_emitter(*fadeout_emitter);
1433 zCameraEnableTracking(CO_BOSS);
1434 boss_cam.stop;
1435 }
1436}
1437
1438namespace
1439{

Callers 1

ProcessMethod · 0.45

Calls 1

zCameraEnableTrackingFunction · 0.85

Tested by

no test coverage detected