MCPcopy 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

disableMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected