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

Function zLightEffectFlicker

src/SB/Game/zLightEffect.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void zLightEffectFlicker(_zLight* zlight, F32 seconds)
86{
87 EffectFlicker(zlight, seconds, 0.05f, 0.2f);
88}
89
90void zLightEffectFlickerSlow(_zLight* zlight, F32 seconds)
91{

Callers

nothing calls this directly

Calls 1

EffectFlickerFunction · 0.70

Tested by

no test coverage detected