Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ InGameConsoleGetLineHeight
Function
InGameConsoleGetLineHeight
src/openrct2-ui/interface/InGameConsole.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
static int32_t InGameConsoleGetLineHeight()
45
{
46
return FontGetLineHeight(InGameConsoleGetFontStyle());
47
}
48
49
void InGameConsole::WriteInitial()
50
{
Callers
2
Draw
Method · 0.85
GetNumVisibleLines
Method · 0.85
Calls
2
FontGetLineHeight
Function · 0.85
InGameConsoleGetFontStyle
Function · 0.85
Tested by
no test coverage detected