Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ GetEncodedText
Method
GetEncodedText
src/script/api/script_text.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
#include
"../../safeguards.h"
23
24
EncodedString RawText::GetEncodedText()
25
{
26
return ::GetEncodedString(STR_JUST_RAW_STRING, this->text);
27
}
28
29
ScriptText::ScriptText(HSQUIRRELVM vm)
30
{
Callers
15
New
Method · 0.80
SetText
Method · 0.80
SetProgress
Method · 0.80
DoQuestion
Method · 0.80
Create
Method · 0.80
SetText
Method · 0.80
SetProductionLevel
Method · 0.80
SetText
Method · 0.80
GetDecodedText
Method · 0.80
New
Method · 0.80
NewElement
Method · 0.80
UpdateElement
Method · 0.80
Calls
3
_FillParamList
Method · 0.95
_GetEncodedText
Method · 0.95
GetEncodedString
Function · 0.50
Tested by
no test coverage detected