MCPcopy Create free account
hub / github.com/ZDoom/Raze / AppendCharacter

Method AppendCharacter

source/common/utility/zstring.cpp:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485void FString::AppendCharacter(int codepoint)
486{
487 (*this) << MakeUTF8(codepoint);
488}
489
490void FString::DeleteLastCharacter()
491{

Callers 2

GetTextMethod · 0.80
DEFINE_ACTION_FUNCTIONFunction · 0.80

Calls 1

MakeUTF8Function · 0.85

Tested by

no test coverage detected