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

Method add_text

src/SB/Game/zTalkBox.cpp:1350–1358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1348 set_text((const char*)(ta + 1));
1349}
1350void ztalkbox::add_text(const char* text)
1351{
1352 dialog_box->add_text(text);
1353
1354 if (shared.active == this)
1355 {
1356 ((xtextbox::layout*)&shared.lt)->refresh_end(dialog_box->tb);
1357 }
1358}
1359void ztalkbox::add_text(U32 textID)
1360{
1361 if (!textID)

Callers 1

cb_dispatchFunction · 0.45

Calls 2

refresh_endMethod · 0.80
xSTFindAssetFunction · 0.50

Tested by

no test coverage detected