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

Function GetListSeparator

src/strings.cpp:299–302  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

297 * @returns string containing list separator to use.
298 */
299std::string_view GetListSeparator()
300{
301 return _langpack.list_separator;
302}
303
304/**
305 * Get the ellipsis string for the current language.

Callers 8

FormatStringFunction · 0.85
MakeCargoListStringMethod · 0.85
GetTrainEngineInfoStringFunction · 0.85
DrawBadgeNameListFunction · 0.85
DrawRoadVehDetailsFunction · 0.85
DrawDetailsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected