Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ operator()
Method
operator()
src/SB/Core/x/xHud.cpp:355–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
}
354
355
void operator()(xhud::widget& widget)
356
{
357
widget.disable();
358
if (destroy_widgets)
359
{
360
widget.destroy();
361
}
362
}
363
364
U8 destroy_widgets;
365
};
Callers
nothing calls this directly
Calls
2
disable
Method · 0.45
destroy
Method · 0.45
Tested by
no test coverage detected