MCPcopy 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
250void 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
261void ztextbox::render()
262{

Callers 1

cb_dispatchFunction · 0.45

Calls 2

deactivateFunction · 0.85
set_textFunction · 0.70

Tested by

no test coverage detected