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

Method set_text

src/SB/Game/zTextBox.cpp:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void ztextbox::set_text(const char* s)
333{
334 clear_text();
335 add_text(s);
336}
337
338void ztextbox::set_text(U32 id)
339{

Callers 5

zUIFont_RenderFunction · 0.45
init_textboxFunction · 0.45
cb_dispatchFunction · 0.45
zTaxi_UpdateFunction · 0.45

Calls 2

set_textFunction · 0.70
xSTFindAssetFunction · 0.50

Tested by

no test coverage detected