Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
335
const std::string Text::GetDecodedText()
336
{
337
return this->GetEncodedText().GetDecodedString();
338
}
Callers
9
SetName
Method · 0.80
SetName
Method · 0.80
BuildSign
Method · 0.80
SetName
Method · 0.80
SetName
Method · 0.80
FoundTown
Method · 0.80
SetName
Method · 0.80
SetPresidentName
Method · 0.80
SetName
Method · 0.80
Calls
2
GetDecodedString
Method · 0.80
GetEncodedText
Method · 0.80
Tested by
no test coverage detected