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

Method hide

src/SB/Game/zTalkBox.cpp:1516–1529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514 if (shared.active != this)
1515 {
1516 return;
1517 }
1518
1519 if (prompt_box)
1520 {
1521 prompt_box->activate();
1522 }
1523
1524 if (shared.allow_quit && prompt.quit && quit_box)
1525 {
1526 quit_box->activate();
1527 }
1528}
1529
1530void ztalkbox::hide()
1531{
1532 flag.visible = false;

Callers 1

cb_dispatchFunction · 0.45

Calls 1

deactivateMethod · 0.45

Tested by

no test coverage detected