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

Function delay_hide_widget

src/SB/Game/zHud.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 static void delay_hide_widget(xhud::widget& widget)
70 {
71 widget.add_motive(xhud::motive(NULL, 0.0f, 4.0f, 0.0f, xhud::delay_motive_update,
72 (void*)hide_widget));
73 }
74
75 static xhud::widget* get_meter_widget(S32 index)
76 {

Callers 1

updateMethod · 0.85

Calls 2

add_motiveMethod · 0.80
motiveClass · 0.50

Tested by

no test coverage detected