Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zGustToggleOn
Function
zGustToggleOn
src/SB/Game/zGust.cpp:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void zGustToggleOn(zGust* g)
94
{
95
g->flags ^= 1;
96
g->debris_timer = 0.15f;
97
}
98
99
zGust* zGustGetGust(U16 n)
100
{
Callers
1
zGustEventCB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected