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

Method add_text

src/SB/Game/zTextBox.cpp:357–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void ztextbox::add_text(const char* s)
358{
359 if (!s)
360 {
361 return;
362 }
363
364 segments[segments_size] = s;
365 segments_size++;
366
367 flag.dirty = true;
368}
369
370void ztextbox::add_text(U32 id)
371{

Callers 1

cb_dispatchFunction · 0.45

Calls 1

xSTFindAssetFunction · 0.50

Tested by

no test coverage detected