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

Function destroy

src/SB/Game/zEntPlayerBungeeState.cpp:1455–1462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1453 }
1454
1455 void destroy()
1456 {
1457 stop();
1458 iCameraSetBlurriness(0.0f);
1459 zCameraEnableTracking(CO_BUNGEE);
1460 xCameraDoCollisions(1, CO_BUNGEE);
1461 shared.flags = 0x3;
1462 }
1463} // namespace bungee_state
1464
1465void bungee_state::insert_animations(xAnimTable& at)

Callers 5

zEntPlayerExitFunction · 0.70
destroyMethod · 0.70
createMethod · 0.70
zSceneExitFunction · 0.70
zGameExitFunction · 0.70

Calls 4

iCameraSetBlurrinessFunction · 0.85
zCameraEnableTrackingFunction · 0.85
xCameraDoCollisionsFunction · 0.85
stopFunction · 0.70

Tested by

no test coverage detected