Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ Reset
Method
Reset
src/strings.cpp:2333–2337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2331
uint j; ///< Iterator for the secondary language tables.
2332
2333
void Reset() override
2334
{
2335
this->i = 0;
2336
this->j = 0;
2337
}
2338
2339
FontSize DefaultSize() override
2340
{
Callers
1
FindMissingGlyphs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected