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
EmotesGroupListItem.cs
Go to the documentation of this file.
1using System;
5using Terraria.UI;
6
8{
9 // Token: 0x02000A8F RID: 2703
11 {
12 // Token: 0x06004FDA RID: 20442 RVA: 0x0027B91C File Offset: 0x00279B1C
14 {
15 int num = 10;
17 if (num == 0)
18 {
19 }
20 base..ctor();
21 int num2 = 14;
24 if ("Only TraceListeners can be added to a TraceListenerCollection." == null)
25 {
26 }
27 }
28
29 // Token: 0x06004FDB RID: 20443 RVA: 0x0027B9B8 File Offset: 0x00279BB8
30 public override int CompareTo(object obj)
31 {
32 if (obj != null)
33 {
34 }
35 return base.CompareTo(obj);
36 }
37
38 // Token: 0x040088B1 RID: 34993
39 private const int TITLE_HEIGHT = 20;
40
41 // Token: 0x040088B2 RID: 34994
42 private const int SEPARATOR_HEIGHT = 10;
43
44 // Token: 0x040088B3 RID: 34995
45 private const int SIZE_PER_EMOTE = 36;
46
47 // Token: 0x040088B4 RID: 34996
49
50 // Token: 0x040088B5 RID: 34997
51 private int _groupIndex;
52
53 // Token: 0x040088B6 RID: 34998
54 private int _maxEmotesPerRow;
55 }
56}
class f__AnonymousType0<< Count > j__TPar
EmotesGroupListItem(LocalizedText groupTitle, int groupIndex, int maxEmotesPerRow, params int[] emotes)