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

Method update_camera

src/SB/Game/zNPCTypeDutchman.cpp:1461–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459}
1460
1461void zNPCDutchman::update_camera(F32 dt)
1462{
1463 zCameraDisableTracking(CO_BOSS);
1464 if ((zCameraIsTrackingDisabled() & -9) == 0)
1465 {
1466 boss_cam.update(dt);
1467 }
1468}
1469
1470void zNPCDutchman::kill_wave(zNPCDutchman::wave_data& wave)
1471{

Callers 1

ProcessMethod · 0.80

Calls 3

zCameraDisableTrackingFunction · 0.85
updateMethod · 0.45

Tested by

no test coverage detected