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

Function FadeOut

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

Source from the content-addressed store, hash-verified

43namespace TEN::Scripting::View
44{
45 static void FadeOut(TypeOrNil<float> speed)
46 {
47 SetScreenFadeOut(ValueOr<float>(speed, 1.0f) / (float)FPS);
48 }
49
50 static void FadeIn(TypeOrNil<float> speed)
51 {

Callers

nothing calls this directly

Calls 1

SetScreenFadeOutFunction · 0.85

Tested by

no test coverage detected