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

Method Clear

source/common/console/c_notifybufferbase.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void FNotifyBufferBase::Clear()
51{
52 Text.Clear();
53}
54
55
56void FNotifyBufferBase::AddString(int printlevel, FFont *printFont, const FString &source, int formatwidth, float keeptime, int maxlines)

Callers 9

ClearConsoleFunction · 0.45
C_FlushDisplayFunction · 0.45
C_BackupCVarsFunction · 0.45
C_ForgetCVarsFunction · 0.45
UnlatchCVarsFunction · 0.45
FormatTextMethod · 0.45
C_DoKeyFunction · 0.45
C_ClearTabCommandsFunction · 0.45
SetButtonsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected