Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ SortSignsList
Method
SortSignsList
src/signs_gui.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void SortSignsList()
92
{
93
if (!this->signs.Sort(&SignNameSorter)) return;
94
}
95
96
/** Filter sign list by sign name */
97
static bool SignNameFilter(const Sign * const *a, StringFilter &filter)
Callers
4
OnInit
Method · 0.80
BuildSortSignList
Method · 0.80
PrevNextSign
Method · 0.80
OnClick
Method · 0.80
Calls
1
Sort
Method · 0.45
Tested by
no test coverage detected