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
AnchorType.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.Enums
4
{
5
// Token: 0x0200060B RID: 1547
6
[Flags]
7
public
enum
AnchorType
8
{
9
// Token: 0x040074D3 RID: 29907
10
None
= 0,
11
// Token: 0x040074D4 RID: 29908
12
SolidTile
= 1,
13
// Token: 0x040074D5 RID: 29909
14
SolidWithTop
= 2,
15
// Token: 0x040074D6 RID: 29910
16
Table
= 4,
17
// Token: 0x040074D7 RID: 29911
18
SolidSide
= 8,
19
// Token: 0x040074D8 RID: 29912
20
Tree
= 16,
21
// Token: 0x040074D9 RID: 29913
22
AlternateTile
= 32,
23
// Token: 0x040074DA RID: 29914
24
EmptyTile
= 64,
25
// Token: 0x040074DB RID: 29915
26
SolidBottom
= 128,
27
// Token: 0x040074DC RID: 29916
28
Platform
= 256,
29
// Token: 0x040074DD RID: 29917
30
PlanterBox
= 512,
31
// Token: 0x040074DE RID: 29918
32
PlatformNonHammered
= 1024
33
}
34
}
System.Platform
Definition
Platform.cs:8
System
Definition
__ComObject.cs:4
Terraria.Enums.AnchorType
AnchorType
Definition
AnchorType.cs:8
Terraria.Enums.AnchorType.SolidWithTop
@ SolidWithTop
Terraria.Enums.AnchorType.Tree
@ Tree
Terraria.Enums.AnchorType.SolidBottom
@ SolidBottom
Terraria.Enums.AnchorType.Table
@ Table
Terraria.Enums.AnchorType.SolidTile
@ SolidTile
Terraria.Enums.AnchorType.PlatformNonHammered
@ PlatformNonHammered
Terraria.Enums.AnchorType.AlternateTile
@ AlternateTile
Terraria.Enums.AnchorType.SolidSide
@ SolidSide
Terraria.Enums.AnchorType.None
@ None
Terraria.Enums.AnchorType.PlanterBox
@ PlanterBox
Terraria.Enums.AnchorType.EmptyTile
@ EmptyTile
Terraria.Enums
Definition
AnchorType.cs:4
source
Terraria
Enums
AnchorType.cs
Generated by
1.10.0