Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
332
void ztextbox::set_text(const char* s)
333
{
334
clear_text();
335
add_text(s);
336
}
337
338
void ztextbox::set_text(U32 id)
339
{
Callers
5
zUIFont_Render
Function · 0.45
init_textbox
Function · 0.45
cb_dispatch
Function · 0.45
zGame_HackPostPortalAutoSaveDraw
Function · 0.45
zTaxi_Update
Function · 0.45
Calls
2
set_text
Function · 0.70
xSTFindAsset
Function · 0.50
Tested by
no test coverage detected