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

Method localize

src/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 5

DEFINE_ACTION_FUNCTIONFunction · 0.80
TickMethod · 0.80
DrawFullscreenSubtitleFunction · 0.80
C_DoCommandFunction · 0.80
ListVarsMethod · 0.80

Calls 1

GetStringFunction · 0.85

Tested by

no test coverage detected