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

Function GetEllipsis

src/strings.cpp:308–311  ·  view source on GitHub ↗

* Get the ellipsis string for the current language. * @returns string containing ellipsis to use. */

Source from the content-addressed store, hash-verified

306 * @returns string containing ellipsis to use.
307 */
308std::string_view GetEllipsis()
309{
310 return _langpack.ellipsis;
311}
312
313std::string_view GetStringPtr(StringID string)
314{

Callers 1

DrawLayoutLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected