Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zGustReset
Function
zGustReset
src/SB/Game/zGust.cpp:228–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void zGustReset(zGust* g)
229
{
230
xBaseReset(g, g->asset);
231
g->flags = g->asset->flags;
232
}
233
234
S32 zGustEventCB(xBase* from, xBase* to, U32 toEvent, const float* toParam, xBase* b)
235
{
Callers
1
zGustEventCB
Function · 0.85
Calls
1
xBaseReset
Function · 0.85
Tested by
no test coverage detected