Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ render_backdrop
Method
render_backdrop
src/SB/Game/zTextBox.cpp:277–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
void ztextbox::render_backdrop()
278
{
279
if (asset->backdrop.type < sizeof(render_bk_table) / sizeof(render_bk_table[0]))
280
{
281
render_bk_table[asset->backdrop.type](*this);
282
}
283
}
284
285
void ztextbox::activate()
286
{
Callers
1
render_all
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected