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

Method disable_all

src/SB/Core/x/xHud.cpp:439–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437 }
438
439 void widget::disable_all(bool st)
440 {
441 functor_disable func(st);
442 for (U32 i = 0; i < lengthof(known_types); ++i)
443 {
444 for_each(known_types[i].widget_type, known_types[i].widget_size, func);
445 }
446 }
447
448 void widget::add_motive(const motive& m)
449 {

Callers

nothing calls this directly

Calls 1

for_eachFunction · 0.70

Tested by

no test coverage detected