Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ GetText
Method
GetText
source/common/console/c_commandbuffer.cpp:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
FString FCommandBuffer::GetText() const
50
{
51
FString build;
52
for (auto chr : Text) build.AppendCharacter(chr);
53
return build;
54
}
55
56
void FCommandBuffer::Draw(int x, int y, int scale, bool cursor)
57
{
Callers
4
GetExtraArgs
Method · 0.45
C_HandleKey
Function · 0.45
C_TabComplete
Function · 0.45
C_TabCompleteList
Function · 0.45
Calls
1
AppendCharacter
Method · 0.80
Tested by
no test coverage detected