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

Method GetDecodedString

src/strings.cpp:207–210  ·  view source on GitHub ↗

* Decode the encoded string. * @returns Decoded raw string. */

Source from the content-addressed store, hash-verified

205 * @returns Decoded raw string.
206 */
207std::string EncodedString::GetDecodedString() const
208{
209 return GetString(STR_JUST_RAW_STRING, this->string);
210}
211
212/**
213 * Get some number that is suitable for string size computations.

Callers 15

DrawWidgetMethod · 0.80
OnClickMethod · 0.80
BuildDisplayListMethod · 0.80
DrawListColumnMethod · 0.80
OnPaintMethod · 0.80
UpdateWidgetSizeMethod · 0.80
DrawWidgetMethod · 0.80
UpdateWidgetSizeMethod · 0.80
DrawWidgetMethod · 0.80
ShowErrorMessageFunction · 0.80
DrawInfoMethod · 0.80

Calls 1

GetStringFunction · 0.70

Tested by

no test coverage detected