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

Function GenAndCoName

src/strings.cpp:1966–1970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1964}
1965
1966static void GenAndCoName(StringBuilder &builder, uint32_t seed)
1967{
1968 builder += GetSurname(seed);
1969 builder += " & Co.";
1970}
1971
1972static void GenPresidentName(StringBuilder &builder, uint32_t seed)
1973{

Callers 1

GetSpecialNameStringFunction · 0.85

Calls 1

GetSurnameFunction · 0.85

Tested by

no test coverage detected