MCPcopy 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
44static int32_t InGameConsoleGetLineHeight()
45{
46 return FontGetLineHeight(InGameConsoleGetFontStyle());
47}
48
49void InGameConsole::WriteInitial()
50{

Callers 2

DrawMethod · 0.85
GetNumVisibleLinesMethod · 0.85

Calls 2

FontGetLineHeightFunction · 0.85

Tested by

no test coverage detected