MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetEncodedString

Function GetEncodedString

src/strings_func.h:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 */
146template <typename... Args>
147EncodedString GetEncodedString(StringID string, const Args&... args)
148{
149 auto params = MakeParameters(std::forward<const Args&>(args)...);
150 return GetEncodedStringWithArgs(string, params);
151}
152
153/**
154 * A searcher for missing glyphs.

Callers 1

GetEncodedStringIfValidFunction · 0.70

Calls 2

MakeParametersFunction · 0.85
GetEncodedStringWithArgsFunction · 0.85

Tested by

no test coverage detected