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

Function PlayFlyby

TombEngine/Scripting/Internal/TEN/View/ViewHandler.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 static void PlayFlyby(int seqID)
116 {
117 UseSpotCam = true;
118 InitializeSpotCam(seqID);
119 }
120
121 static void PlayVideo(const std::string& fileName, TypeOrNil<bool> background, TypeOrNil<bool> silent, TypeOrNil<bool> loop)
122 {

Callers

nothing calls this directly

Calls 1

InitializeSpotCamFunction · 0.85

Tested by

no test coverage detected