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

Method render_all

src/SB/Game/zTextBox.cpp:448–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void ztextbox::render_all()
449{
450 ztextbox* it = head_active;
451
452 while (it)
453 {
454 it->render();
455 it = it->next;
456 }
457}
458
459iColor_tag convert(const ztextbox::asset_type::color_type& color)
460{

Callers

nothing calls this directly

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected