MCPcopy 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

OnInitMethod · 0.80
BuildSortSignListMethod · 0.80
PrevNextSignMethod · 0.80
OnClickMethod · 0.80

Calls 1

SortMethod · 0.45

Tested by

no test coverage detected