Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CompareNode() [1/2]

override int System.Data.Index.IndexTree.CompareNode ( int record1,
int record2 )
inlineprotected

Definition at line 19 of file Index.cs.

20 {
22 }
readonly Index _index
Definition Index.cs:11
int CompareRecords(int record1, int record2)
Definition Index.cs:264

References System.Data.Index.IndexTree._index, and System.Data.Index.CompareRecords().