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

Method set_text

src/SB/Core/x/xFont.cpp:1186–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184}
1185
1186void xtextbox::set_text(const char* text)
1187{
1188 set_text(text, 0x40000000);
1189}
1190
1191void xtextbox::set_text(const char* text, size_t text_size)
1192{

Callers 3

updateMethod · 0.45
render_messageFunction · 0.45
RenderTextFunction · 0.45

Calls 2

xStrHashFunction · 0.70
set_textFunction · 0.50

Tested by

no test coverage detected