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

Method GetDecodedText

src/script/api/script_text.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335const std::string Text::GetDecodedText()
336{
337 return this->GetEncodedText().GetDecodedString();
338}

Callers 9

SetNameMethod · 0.80
SetNameMethod · 0.80
BuildSignMethod · 0.80
SetNameMethod · 0.80
SetNameMethod · 0.80
FoundTownMethod · 0.80
SetNameMethod · 0.80
SetPresidentNameMethod · 0.80
SetNameMethod · 0.80

Calls 2

GetDecodedStringMethod · 0.80
GetEncodedTextMethod · 0.80

Tested by

no test coverage detected