Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
391
void ztextbox::refresh()
392
{
393
if (flag.dirty)
394
{
395
init_textbox(*this);
396
flag.dirty = false;
397
}
398
}
399
400
void ztextbox::get_text(char* buffer, size_t buffer_size) const
401
{
Callers
3
update
Method · 0.45
set_text
Method · 0.45
start_talk
Method · 0.45
Calls
1
init_textbox
Function · 0.70
Tested by
no test coverage detected