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.
1
using
System
;
2
using
Controller
;
3
using
Microsoft.Xna.Framework
;
4
5
// Token: 0x020000B5 RID: 181
6
public
class
GUIControllerAmmo4Page
:
GUIControllerAmmo
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
29
public
override
GUIControllerItem
Navigate
(
Vector2
navigationVector
)
30
{
31
base
.LoadPageAnchor();
32
int
itemColmun
= this.
itemColmun
;
33
this.itemColmun
=
itemColmun
;
34
int
itemRow
= this.
itemRow
;
35
int
itemColmun2
= this.
itemColmun
;
36
GUIPageIconGrouping
parentGrouping
=
base
.ParentGrouping;
37
GUIControllerItem
guicontrollerItem
;
38
if
(
guicontrollerItem
==
null
)
39
{
40
return
guicontrollerItem
;
41
}
42
long
num = 0
L
;
43
GUIPageIconGrouping
parentGrouping2
=
base
.ParentGrouping;
44
int
itemColmun3
= this.
itemColmun
;
45
GUIControllerItem
guicontrollerItem2
=
parentGrouping2
.NavigateDown((
int
)num);
46
while
(
guicontrollerItem2
!=
null
)
47
{
48
}
49
return
guicontrollerItem2
;
50
}
51
52
// Token: 0x06000451 RID: 1105 RVA: 0x0000DD94 File Offset: 0x0000BF94
53
public
override
Rectangle
GetSelectedItemRegion
()
54
{
55
base
.LoadPageAnchor();
56
bool
anyControllerConnected
=
ControllerActionManager
.
AnyControllerConnected
;
57
!0 instance =
PageControllerLayoutDefinition
.
Instance
;
58
Rectangle
rectangle
;
59
return
rectangle
;
60
}
61
62
// Token: 0x06000452 RID: 1106 RVA: 0x0000DE0C File Offset: 0x0000C00C
63
public
GUIControllerAmmo4Page
()
64
:
base
(
GUIPageIcons
.Category.Inventory)
65
{
66
}
67
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Controller.ControllerActionManager.AnyControllerConnected
static bool AnyControllerConnected
Definition
ControllerActionManager.cs:135
Controller.ControllerActionManager
Definition
ControllerActionManager.cs:10
GUIControllerAmmo4Page.Navigate
override GUIControllerItem Navigate(Vector2 navigationVector)
Definition
GUIControllerAmmo4Page.cs:29
GUIControllerAmmo4Page.GetNavigationOutDirs
override int GetNavigationOutDirs()
Definition
GUIControllerAmmo4Page.cs:9
GUIControllerAmmo4Page.NavigateFromInventoryRow
override void NavigateFromInventoryRow(int row)
Definition
GUIControllerAmmo4Page.cs:17
GUIControllerAmmo4Page.GetSelectedItemRegion
override Rectangle GetSelectedItemRegion()
Definition
GUIControllerAmmo4Page.cs:53
GUIControllerAmmo4Page.GetInventoryRow
override int GetInventoryRow()
Definition
GUIControllerAmmo4Page.cs:23
GUIControllerAmmo4Page.GUIControllerAmmo4Page
GUIControllerAmmo4Page()
Definition
GUIControllerAmmo4Page.cs:63
GUIControllerAmmo4Page
Definition
GUIControllerAmmo4Page.cs:7
GUIControllerAmmo.itemRow
int itemRow
Definition
GUIControllerAmmo.cs:58
GUIControllerAmmo.itemColmun
int itemColmun
Definition
GUIControllerAmmo.cs:61
GUIControllerAmmo
Definition
GUIControllerAmmo.cs:7
GUIPageIconGrouping
Definition
GUIPageIconGrouping.cs:13
GUIPageIcons
Definition
GUIPageIcons.cs:14
PageControllerLayoutDefinition.Instance
static T Instance
Definition
PageControllerLayoutDefinition.cs:10
PageControllerLayoutDefinition
Definition
PageControllerLayoutDefinition.cs:6
GUIControllerItem
Definition
GUIControllerItem.cs:6
Controller
Definition
Axis.cs:4
Microsoft.Xna.Framework
Definition
AudioChannels.cs:4
System.ConsoleKey.L
@ L
System
Definition
__ComObject.cs:4
Microsoft.Xna.Framework.Rectangle
Definition
Rectangle.cs:9
Microsoft.Xna.Framework.Vector2
Definition
Vector2.cs:10
source
GUIControllerAmmo4Page.cs
Generated by
1.10.0