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
EntrySorter.cs
Go to the documentation of this file.
1using System;
7using Terraria.UI;
8
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000629")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x60035FF")]
15 [global::Cpp2ILInjected.Address(RVA = "0x16417F4", Offset = "0x16417F4", Length = "0x18")]
16 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x6003600")]
26 [global::Cpp2ILInjected.Address(RVA = "0x164180C", Offset = "0x164180C", Length = "0x1D8")]
27 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
31 public int Compare(TEntryType x, TEntryType y)
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6003601")]
37 [global::Cpp2ILInjected.Address(RVA = "0x16419E4", Offset = "0x16419E4", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6003602")]
46 [global::Cpp2ILInjected.Address(RVA = "0x16419EC", Offset = "0x16419EC", Length = "0xAC")]
47 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Language), Member = "GetTextValue", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
51 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
52 public string GetDisplayName()
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x6003603")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1641A98", Offset = "0x1641A98", Length = "0x68")]
59 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
60 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
65 public EntrySorter()
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x40076CE")]
71 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
73
74 [global::Cpp2ILInjected.Token(Token = "0x40076CF")]
75 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
76 private int _prioritizedStep;
77 }
78}
class f__AnonymousType0<< Count > j__TPar
int Compare(TEntryType x, TEntryType y)
void AddSortSteps(List< TStepType > sortSteps)