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

Method render

src/SB/Game/zTextBox.cpp:261–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void ztextbox::render()
262{
263 if (flag.dirty)
264 {
265 init_textbox(*this);
266 flag.dirty = false;
267 }
268
269 if (flag.show_backdrop)
270 {
271 render_backdrop();
272 }
273
274 tb.render(true);
275}
276
277void ztextbox::render_backdrop()
278{

Callers 1

render_allMethod · 0.45

Calls 1

init_textboxFunction · 0.70

Tested by

no test coverage detected