MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ClearSpotCamSequences

Function ClearSpotCamSequences

TombEngine/Game/spotcam.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61bool SpotcamOverlay = false;
62
63void ClearSpotCamSequences()
64{
65 UseSpotCam = false;
66 SpotcamDontDrawLara = false;
67 SpotcamOverlay = false;
68
69 SpotCam.clear();
70 SpotCamRemap.clear();
71 CameraCnt.clear();
72}
73
74void InitializeSpotCamSequences(bool startFirstSequence)
75{

Callers 1

CleanUpFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected