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

Method refresh

src/SB/Game/zTextBox.cpp:391–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391void ztextbox::refresh()
392{
393 if (flag.dirty)
394 {
395 init_textbox(*this);
396 flag.dirty = false;
397 }
398}
399
400void ztextbox::get_text(char* buffer, size_t buffer_size) const
401{

Callers 3

updateMethod · 0.45
set_textMethod · 0.45
start_talkMethod · 0.45

Calls 1

init_textboxFunction · 0.70

Tested by

no test coverage detected