MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / textGetString

Function textGetString

source/text.c:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52const char* textGetString(StrId id)
53{
54 const char* str = g_strings[id][s_textLang];
55 if (!str) str = g_strings[id][CFG_LANGUAGE_EN];
56 return str;
57}
58
59void textSetColor(u32 color)
60{

Callers 15

launchMenuEntryFunction · 0.85
networkErrorFunction · 0.85
networkDrawBotFunction · 0.85
menuEntryLoadFunction · 0.85
drawingBottomScreenFunction · 0.85
netsenderTaskFunction · 0.85
callbackFunction · 0.85
netsenderDrawBotFunction · 0.85
netloaderTaskFunction · 0.85
netloaderDrawBotFunction · 0.85
rebootDrawBotFunction · 0.85
menuDrawBotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected