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

Function hide_prompts

src/SB/Game/zTalkBox.cpp:1119–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117 refresh_prompts();
1118 }
1119 static void hide_prompts()
1120 {
1121 ztalkbox& active = *(ztalkbox*)shared.active;
1122
1123 if (active.prompt_box)
1124 {
1125 active.prompt_box->deactivate();
1126 }
1127 if (active.quit_box)
1128 {
1129 active.quit_box->deactivate();
1130 }
1131 }
1132 static void stop_wait(ztalkbox& e, const F32* args, u32 args_size)
1133 {
1134 if (shared.active != &e)

Callers 1

stopFunction · 0.70

Calls 1

deactivateMethod · 0.45

Tested by

no test coverage detected