Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zUIFont_Init
Function
zUIFont_Init
src/SB/Game/zUIFont.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void zUIFont_Init(void* ent, void* asset)
55
{
56
zUIFont_Init((zUIFont*)ent, (xEntAsset*)asset);
57
}
58
59
void zUIFont_Init(zUIFont* ent, xEntAsset* asset)
60
{
Callers
nothing calls this directly
Calls
3
zUIFont_GetHackFlags
Function · 0.85
zUI_Init
Function · 0.70
set_text
Function · 0.70
Tested by
no test coverage detected