Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ get_model_widget
Function
get_model_widget
src/SB/Game/zHud.cpp:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
static xhud::widget* get_model_widget(S32 index)
84
{
85
static U32 model_type = xStrHash(((xhud::model_asset*)widgets[index]->a)->type_name());
86
87
return widgets[index];
88
}
89
90
static void on_pause()
91
{
Callers
1
update
Method · 0.85
Calls
2
xStrHash
Function · 0.50
type_name
Method · 0.45
Tested by
no test coverage detected