Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ destroy
Method
destroy
src/SB/Game/zHud.cpp:175–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
void zhud::destroy()
176
{
177
inited = false;
178
memset(widgets, 0x0, 0x24);
179
xhud::destroy();
180
last_paused = true;
181
}
182
183
void zhud::update(F32 dt)
184
{
Callers
nothing calls this directly
Calls
2
memset
Function · 0.85
destroy
Function · 0.70
Tested by
no test coverage detected