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

Method localize

source/common/engine/stringtable.h:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 const char* localize(const char* str)
137 {
138 return *str == '$' ? GetString(str + 1) : str;
139 }
140};
141
142#endif //__STRINGTABLE_H__

Callers 8

STAT_StartNewGameFunction · 0.80
CCMDFunction · 0.80
DisplayNameMethod · 0.80
AppendQuoteMethod · 0.80
SubstituteMethod · 0.80
GetQuoteMethod · 0.80
C_DoCommandFunction · 0.80
ListVarsMethod · 0.80

Calls 1

GetStringFunction · 0.85

Tested by

no test coverage detected