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
AnchorTypesModule.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
Terraria.Modules
5
{
6
// Token: 0x02000547 RID: 1351
7
public
class
AnchorTypesModule
8
{
9
// Token: 0x060032EA RID: 13034 RVA: 0x001FDF40 File Offset: 0x001FC140
10
public
AnchorTypesModule
([Optional]
AnchorTypesModule
copyFrom
)
11
{
12
if
(
copyFrom
==
null
)
13
{
14
return
;
15
}
16
if
(
copyFrom
.tileValid !=
null
)
17
{
18
int
[]
array
=
copyFrom
.tileValid;
19
return
;
20
}
21
if
(
copyFrom
.tileInvalid !=
null
)
22
{
23
int
[]
array2
=
copyFrom
.tileInvalid;
24
return
;
25
}
26
if
(
copyFrom
.tileAlternates !=
null
)
27
{
28
int
[]
array3
=
copyFrom
.tileAlternates;
29
return
;
30
}
31
if
(
copyFrom
.wallValid !=
null
)
32
{
33
int
[]
array4
=
copyFrom
.wallValid;
34
return
;
35
}
36
}
37
38
// Token: 0x04003BDC RID: 15324
39
public
int
[]
tileValid
;
40
41
// Token: 0x04003BDD RID: 15325
42
public
int
[]
tileInvalid
;
43
44
// Token: 0x04003BDE RID: 15326
45
public
int
[]
tileAlternates
;
46
47
// Token: 0x04003BDF RID: 15327
48
public
int
[]
wallValid
;
49
}
50
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.Modules.AnchorTypesModule.wallValid
int[] wallValid
Definition
AnchorTypesModule.cs:48
Terraria.Modules.AnchorTypesModule.AnchorTypesModule
AnchorTypesModule([Optional] AnchorTypesModule copyFrom)
Definition
AnchorTypesModule.cs:10
Terraria.Modules.AnchorTypesModule.tileValid
int[] tileValid
Definition
AnchorTypesModule.cs:39
Terraria.Modules.AnchorTypesModule.tileInvalid
int[] tileInvalid
Definition
AnchorTypesModule.cs:42
Terraria.Modules.AnchorTypesModule.tileAlternates
int[] tileAlternates
Definition
AnchorTypesModule.cs:45
Terraria.Modules.AnchorTypesModule
Definition
AnchorTypesModule.cs:8
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.array
@ array
System
Definition
__ComObject.cs:4
Terraria.Modules
Definition
AnchorDataModule.cs:6
source
Terraria
Modules
AnchorTypesModule.cs
Generated by
1.10.0