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
Loading...
Searching...
No Matches
Terraria.DataStructures.EntrySorter< TEntryType, TStepType > Class Template Reference
+ 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< TStepTypeSteps
 

Private Attributes

int _prioritizedStep
 

Detailed Description

Type Constraints
TEntryType :new() 
TStepType :IEntrySortStep<TEntryType> 

Definition at line 12 of file EntrySorter.cs.


The documentation for this class was generated from the following file: