Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_StartNewGame
Function · 0.80
CCMD
Function · 0.80
DisplayName
Method · 0.80
AppendQuote
Method · 0.80
Substitute
Method · 0.80
GetQuote
Method · 0.80
C_DoCommand
Function · 0.80
ListVars
Method · 0.80
Calls
1
GetString
Function · 0.85
Tested by
no test coverage detected