Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
448
void ztextbox::render_all()
449
{
450
ztextbox* it = head_active;
451
452
while (it)
453
{
454
it->render();
455
it = it->next;
456
}
457
}
458
459
iColor_tag convert(const ztextbox::asset_type::color_type& color)
460
{
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected