MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetString

Method GetString

source/common/engine/stringtable.cpp:664–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662//==========================================================================
663
664const char *FStringTable::GetString(const char *name) const
665{
666 const char *str = CheckString(name, nullptr);
667 return str ? str : name;
668}
669
670
671//==========================================================================

Callers 1

LoadLanguageMethod · 0.45

Calls 1

CheckStringFunction · 0.85

Tested by

no test coverage detected