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

Method getString

Engine/source/i18n/lang.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131const UTF8 * LangFile::getString(U32 id)
132{
133 if(id == LANG_INVALID_ID || id >= mStringTable.size())
134 return NULL;
135 return mStringTable[id];
136}
137
138U32 LangFile::addString(const UTF8 *str)
139{

Callers 15

afxMagicSpell.cppFile · 0.45
start_effectMethod · 0.45
arcaneFX.cppFile · 0.45
start_selectronMethod · 0.45
getValueMethod · 0.45
lang.cppFile · 0.45
getCoreStringFunction · 0.45
_process3DMouseDownMethod · 0.45
getDebugNameMethod · 0.45
unpackUpdateMethod · 0.45
reSkinMethod · 0.45
shapeBase.cppFile · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected