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

Method clear_text

src/SB/Game/zTalkBox.cpp:1374–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1372 add_text((const char*)(a + 1));
1373}
1374void ztalkbox::clear_text()
1375{
1376 set_text((const char*)NULL);
1377}
1378void ztalkbox::start_talk(const char* s, callback* cb, zNPCCommon* npc)
1379{
1380 this->npc = npc;

Callers 2

cb_dispatchFunction · 0.45
set_textMethod · 0.45

Calls 1

set_textFunction · 0.70

Tested by

no test coverage detected