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

Method reset

src/SB/Game/zTalkBox.cpp:1290–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1288}
1289
1290void ztalkbox::reset()
1291{
1292 flag.visible = true;
1293 if (shared.active == this)
1294 {
1295 deactivate();
1296 }
1297}
1298void ztalkbox::set_text(const char* s)
1299{
1300 ztextbox& d = *dialog_box;

Callers 2

cb_dispatchFunction · 0.45
reset_allMethod · 0.45

Calls 1

deactivateFunction · 0.85

Tested by

no test coverage detected