|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.DataStructures.EntrySorter< TEntryType, TStepType >:
Collaboration diagram for Terraria.DataStructures.EntrySorter< TEntryType, TStepType >:Public Member Functions | |
| void | AddSortSteps (List< TStepType > sortSteps) |
| int | Compare (TEntryType x, TEntryType y) |
| void | SetPrioritizedStepIndex (int index) |
| string | GetDisplayName () |
| EntrySorter () | |
| int | Compare (T x, T y) |
Public Attributes | |
| List< TStepType > | Steps |
Private Attributes | |
| int | _prioritizedStep |
| TEntryType | : | new() | |
| TStepType | : | IEntrySortStep<TEntryType> |
Definition at line 12 of file EntrySorter.cs.