MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / get_meter_widget

Function get_meter_widget

src/SB/Game/zHud.cpp:75–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 static xhud::widget* get_meter_widget(S32 index)
76 {
77 static U32 meter_type =
78 xStrHash(((xhud::meter_widget*)widgets[index])->res.type_name());
79
80 return widgets[index];
81 }
82
83 static xhud::widget* get_model_widget(S32 index)
84 {

Callers 2

setupMethod · 0.85
updateMethod · 0.85

Calls 2

xStrHashFunction · 0.50
type_nameMethod · 0.45

Tested by

no test coverage detected