MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getCoreString

Function getCoreString

Engine/source/i18n/i18n.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49//-----------------------------------------------------------------------------
50
51const UTF8 *getCoreString(S32 id)
52{
53 if(gCoreLangTable)
54 return gCoreLangTable->getString(id);
55 else
56 return gI18NDefaultStrings[id];
57}
58
59//-----------------------------------------------------------------------------
60

Callers

nothing calls this directly

Calls 1

getStringMethod · 0.45

Tested by

no test coverage detected