Home
last modified time | relevance | path

Searched refs:ScriptListSorterValueDescending (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_list.cpp162 class ScriptListSorterValueDescending : public ScriptListSorter { class
176 ScriptListSorterValueDescending(ScriptList *list) in ScriptListSorterValueDescending() function in ScriptListSorterValueDescending
410 this->sorter = new ScriptListSorterValueDescending(this); in ScriptList()
545 this->sorter = new ScriptListSorterValueDescending(this); in Sort()