Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zLightningShow
Function
zLightningShow
src/SB/Game/zLightning.cpp:620–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
618
}
619
620
void zLightningShow(zLightning* l, S32 show)
621
{
622
if (show)
623
{
624
l->flags |= 0x40;
625
}
626
else
627
{
628
l->flags &= 0xffffffbf;
629
}
630
}
631
632
void zLightningKill(zLightning* l)
633
{
Callers
1
hiddenByCutscene
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected