Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1186
void xtextbox::set_text(const char* text)
1187
{
1188
set_text(text, 0x40000000);
1189
}
1190
1191
void xtextbox::set_text(const char* text, size_t text_size)
1192
{
Callers
3
update
Method · 0.45
render_message
Function · 0.45
RenderText
Function · 0.45
Calls
2
xStrHash
Function · 0.70
set_text
Function · 0.50
Tested by
no test coverage detected