MCPcopy 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
49FString FCommandBuffer::GetText() const
50{
51 FString build;
52 for (auto chr : Text) build.AppendCharacter(chr);
53 return build;
54}
55
56void FCommandBuffer::Draw(int x, int y, int scale, bool cursor)
57{

Callers 4

GetExtraArgsMethod · 0.45
C_HandleKeyFunction · 0.45
C_TabCompleteFunction · 0.45
C_TabCompleteListFunction · 0.45

Calls 1

AppendCharacterMethod · 0.80

Tested by

no test coverage detected