Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ GetFormattedLineCount
Method
GetFormattedLineCount
source/common/console/c_consolebuffer.h:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
mConsoleText.Clear();
75
}
76
int GetFormattedLineCount() { return mTextLines; }
77
FBrokenLines *GetLines() { return &mBrokenLines[0]; }
78
};
79
Callers
2
C_DrawConsole
Function · 0.80
C_HandleKey
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected