Home
last modified time | relevance | path

Searched defs:GetEncodedText (Results 1 – 2 of 2) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_text.hpp46 const char *GetEncodedText() override { return this->text; } in GetEncodedText() function in RawText
H A Dscript_text.cpp179 const char *ScriptText::GetEncodedText() in GetEncodedText() function in ScriptText