Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ResetLineCache
Method
ResetLineCache
src/gfx_layout.cpp:412–415 ·
view source on GitHub ↗
* Clear line cache. */
Source
from the content-addressed store, hash-verified
410
* Clear line cache.
411
*/
412
void Layouter::ResetLineCache()
413
{
414
if (linecache != nullptr) linecache->Clear();
415
}
416
417
/**
418
* Get the leading corner of a character in a single-line string relative
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected