terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UIBestiaryInfoItemLine.cs
Go to the documentation of this file.
1using System;
8using Terraria.UI;
9
11{
12 // Token: 0x02000AA4 RID: 2724
14 {
15 // Token: 0x170008BC RID: 2236
16 // (get) Token: 0x06005047 RID: 20551 RVA: 0x0027CCF8 File Offset: 0x0027AEF8
17 // (set) Token: 0x06005048 RID: 20552 RVA: 0x0027CD0C File Offset: 0x0027AF0C
18 public int OrderInUIList
19 {
21 get
22 {
23 return this.<OrderInUIList>k__BackingField;
24 }
26 set
27 {
29 }
30 }
31
32 // Token: 0x06005049 RID: 20553 RVA: 0x0027CD20 File Offset: 0x0027AF20
41
42 // Token: 0x0600504A RID: 20554 RVA: 0x0027CD84 File Offset: 0x0027AF84
44 {
45 int stackMin = dropRateInfo.stackMin;
46 int stackMin2 = dropRateInfo.stackMin;
47 }
48
49 // Token: 0x0600504B RID: 20555 RVA: 0x0027CDD0 File Offset: 0x0027AFD0
50 protected override void DrawSelf(SpriteBatch spriteBatch)
51 {
52 base.DrawSelf(spriteBatch);
54 {
55 return;
56 }
57 this.DrawMouseOver();
58 }
59
60 // Token: 0x0600504C RID: 20556 RVA: 0x0027CDFC File Offset: 0x0027AFFC
61 private void DrawMouseOver()
62 {
64 if (!true)
65 {
66 }
67 }
68
69 // Token: 0x0600504D RID: 20557 RVA: 0x0027CE14 File Offset: 0x0027B014
70 public override int CompareTo(object obj)
71 {
72 if (obj != null)
73 {
74 int num = this.<OrderInUIList>k__BackingField;
75 }
76 return base.CompareTo(obj);
77 }
78
79 // Token: 0x0600504E RID: 20558 RVA: 0x0027CE40 File Offset: 0x0027B040
81 {
82 if (info.conditions != null)
83 {
84 while (info == null)
85 {
86 }
87 return;
88 }
89 }
90
91 // Token: 0x0600504F RID: 20559 RVA: 0x0027CE8C File Offset: 0x0027B08C
93 {
94 if (!true)
95 {
96 }
98 }
99
100 // Token: 0x06005050 RID: 20560 RVA: 0x0027CEA4 File Offset: 0x0027B0A4
104
105 // Token: 0x04008919 RID: 35097
107 private int <OrderInUIList>k__BackingField;
108
109 // Token: 0x0400891A RID: 35098
111
112 // Token: 0x0400891B RID: 35099
113 private bool _hideMouseOver;
114 }
115}
class f__AnonymousType0<< Count > j__TPar
UIBestiaryInfoItemLine(DropRateInfo info, BestiaryUICollectionInfo uiinfo, float textScale=1f)
void MouseOver(UIMouseEvent evt, UIElement listeningElement)
static void GetDropInfo(DropRateInfo dropRateInfo, BestiaryUICollectionInfo uiinfo, [Out] string stackRange, [Out] string droprate)
void MouseOut(UIMouseEvent evt, UIElement listeningElement)