Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ reset
Method
reset
src/SB/Game/zTextBox.cpp:250–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
void ztextbox::reset()
251
{
252
deactivate();
253
254
segments_size = 0;
255
flag.dirty = true;
256
flag.show_backdrop = true;
257
258
set_text(asset->text);
259
}
260
261
void ztextbox::render()
262
{
Callers
1
cb_dispatch
Function · 0.45
Calls
2
deactivate
Function · 0.85
set_text
Function · 0.70
Tested by
no test coverage detected