Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
485
void FString::AppendCharacter(int codepoint)
486
{
487
(*this) << MakeUTF8(codepoint);
488
}
489
490
void FString::DeleteLastCharacter()
491
{
Callers
2
GetText
Method · 0.80
DEFINE_ACTION_FUNCTION
Function · 0.80
Calls
1
MakeUTF8
Function · 0.85
Tested by
no test coverage detected