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

Function zLightEffectFlickerSlow

src/SB/Game/zLightEffect.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void zLightEffectFlickerSlow(_zLight* zlight, F32 seconds)
91{
92 EffectFlicker(zlight, seconds, 0.2f, 0.3f);
93}
94
95void zLightEffectFlickerErratic(_zLight* zlight, F32 seconds)
96{

Callers

nothing calls this directly

Calls 1

EffectFlickerFunction · 0.70

Tested by

no test coverage detected