Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zGustTurnOn
Function
zGustTurnOn
src/SB/Game/zGust.cpp:81–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void zGustTurnOn(zGust* g)
82
83
{
84
g->flags |= 1;
85
g->debris_timer = 0.15f;
86
}
87
88
void zGustTurnOff(zGust* g)
89
{
Callers
1
zGustEventCB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected