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
GUIControllerAmmo4Page.cs
Go to the documentation of this file.
1using System;
2using Controller;
4
5// Token: 0x020000B5 RID: 181
7{
8 // Token: 0x0600044D RID: 1101 RVA: 0x0000DCA0 File Offset: 0x0000BEA0
9 public override int GetNavigationOutDirs()
10 {
11 int itemColmun = this.itemColmun;
12 int itemRow = this.itemRow;
13 return 8;
14 }
15
16 // Token: 0x0600044E RID: 1102 RVA: 0x0000DCBC File Offset: 0x0000BEBC
17 public override void NavigateFromInventoryRow(int row)
18 {
19 this.itemRow = 3;
20 }
21
22 // Token: 0x0600044F RID: 1103 RVA: 0x0000DCD0 File Offset: 0x0000BED0
23 public override int GetInventoryRow()
24 {
25 return this.itemRow;
26 }
27
28 // Token: 0x06000450 RID: 1104 RVA: 0x0000DCE4 File Offset: 0x0000BEE4
30 {
31 base.LoadPageAnchor();
32 int itemColmun = this.itemColmun;
34 int itemRow = this.itemRow;
35 int itemColmun2 = this.itemColmun;
38 if (guicontrollerItem == null)
39 {
40 return guicontrollerItem;
41 }
42 long num = 0L;
44 int itemColmun3 = this.itemColmun;
46 while (guicontrollerItem2 != null)
47 {
48 }
49 return guicontrollerItem2;
50 }
51
52 // Token: 0x06000451 RID: 1105 RVA: 0x0000DD94 File Offset: 0x0000BF94
61
62 // Token: 0x06000452 RID: 1106 RVA: 0x0000DE0C File Offset: 0x0000C00C
64 : base(GUIPageIcons.Category.Inventory)
65 {
66 }
67}
class f__AnonymousType0<< Count > j__TPar
override GUIControllerItem Navigate(Vector2 navigationVector)
override void NavigateFromInventoryRow(int row)
override Rectangle GetSelectedItemRegion()