Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
void zLightEffectFlicker(_zLight* zlight, F32 seconds)
86
{
87
EffectFlicker(zlight, seconds, 0.05f, 0.2f);
88
}
89
90
void zLightEffectFlickerSlow(_zLight* zlight, F32 seconds)
91
{
Callers
nothing calls this directly
Calls
1
EffectFlicker
Function · 0.70
Tested by
no test coverage detected