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

Method PutChar

src/core/string_builder.cpp:105–108  ·  view source on GitHub ↗

* Append 8-bit char. */

Source from the content-addressed store, hash-verified

103 * Append 8-bit char.
104 */
105void BaseStringBuilder::PutChar(char c)
106{
107 this->PutUint8(static_cast<uint8_t>(c));
108}
109
110/**
111 * Append UTF.8 char.

Callers 10

FormatNumberFunction · 0.80
FormatGenericCurrencyFunction · 0.80
GenPresidentNameFunction · 0.80
MakeCzechTownNameFunction · 0.80
TranslateTTDPatchCodesFunction · 0.80
StrMakeValidFunction · 0.80
StrMakeValidInPlaceFunction · 0.80
IConsoleAliasExecFunction · 0.80
string_builder.cppFile · 0.80

Calls 1

PutUint8Method · 0.95

Tested by

no test coverage detected