MCPcopy 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
54void zUIFont_Init(void* ent, void* asset)
55{
56 zUIFont_Init((zUIFont*)ent, (xEntAsset*)asset);
57}
58
59void zUIFont_Init(zUIFont* ent, xEntAsset* asset)
60{

Callers

nothing calls this directly

Calls 3

zUIFont_GetHackFlagsFunction · 0.85
zUI_InitFunction · 0.70
set_textFunction · 0.70

Tested by

no test coverage detected