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
PlatformAwards.cs
Go to the documentation of this file.
1
using
System
;
2
3
// Token: 0x020002A0 RID: 672
4
public
enum
PlatformAwards
5
{
6
// Token: 0x04001C82 RID: 7298
7
Invalid
= -1,
8
// Token: 0x04001C83 RID: 7299
9
HomeSweetHome
,
10
// Token: 0x04001C84 RID: 7300
11
AllInTheFamily
,
12
// Token: 0x04001C85 RID: 7301
13
RockBottom
,
14
// Token: 0x04001C86 RID: 7302
15
Exterminator
,
16
// Token: 0x04001C87 RID: 7303
17
Slimer
,
18
// Token: 0x04001C88 RID: 7304
19
ChallengeAccepted
,
20
// Token: 0x04001C89 RID: 7305
21
MaxedOut
,
22
// Token: 0x04001C8A RID: 7306
23
Corruptible
,
24
// Token: 0x04001C8B RID: 7307
25
HallowedBeThyName
,
26
// Token: 0x04001C8C RID: 7308
27
Ophthalmologist
,
28
// Token: 0x04001C8D RID: 7309
29
BonaFide
,
30
// Token: 0x04001C8E RID: 7310
31
RideTheWorm
,
32
// Token: 0x04001C8F RID: 7311
33
MarathonRunner
,
34
// Token: 0x04001C90 RID: 7312
35
Landscaper
,
36
// Token: 0x04001C91 RID: 7313
37
CrowdControl
,
38
// Token: 0x04001C92 RID: 7314
39
Survivor
,
40
// Token: 0x04001C93 RID: 7315
41
Icarus
,
42
// Token: 0x04001C94 RID: 7316
43
VanityOfVanities
,
44
// Token: 0x04001C95 RID: 7317
45
PetHoarder
,
46
// Token: 0x04001C96 RID: 7318
47
TerrariaStudent
,
48
// Token: 0x04001C97 RID: 7319
49
TerrariaExpert
,
50
// Token: 0x04001C98 RID: 7320
51
BePrepared
,
52
// Token: 0x04001C99 RID: 7321
53
Airtime
,
54
// Token: 0x04001C9A RID: 7322
55
Blacksmith
,
56
// Token: 0x04001C9B RID: 7323
57
ImSmelting
,
58
// Token: 0x04001C9C RID: 7324
59
AKnightInShiningArmors
,
60
// Token: 0x04001C9D RID: 7325
61
Engineer
,
62
// Token: 0x04001C9E RID: 7326
63
RedMoonRises
,
64
// Token: 0x04001C9F RID: 7327
65
Crafty
,
66
// Token: 0x04001CA0 RID: 7328
67
ToHellAndBack
,
68
// Token: 0x04001CA1 RID: 7329
69
BackForSeconds
,
70
// Token: 0x04001CA2 RID: 7330
71
IsThisHeaven
,
72
// Token: 0x04001CA3 RID: 7331
73
Completionist
,
74
// Token: 0x04001CA4 RID: 7332
75
LeapATallBuildingInASingleBound
,
76
// Token: 0x04001CA5 RID: 7333
77
SafeFall
,
78
// Token: 0x04001CA6 RID: 7334
79
Hellevator
,
80
// Token: 0x04001CA7 RID: 7335
81
GoneInSixtySeconds
,
82
// Token: 0x04001CA8 RID: 7336
83
AppeaseTheVolcanoGods
,
84
// Token: 0x04001CA9 RID: 7337
85
Homicidial
,
86
// Token: 0x04001CAA RID: 7338
87
EmpressOfLight
,
88
// Token: 0x04001CAB RID: 7339
89
InfinityPlusOne
,
90
// Token: 0x04001CAC RID: 7340
91
DeadMenTellNoTales
,
92
// Token: 0x04001CAD RID: 7341
93
JustDesserts
,
94
// Token: 0x04001CAE RID: 7342
95
BootsOfTheHero
,
96
// Token: 0x04001CAF RID: 7343
97
HeyListen
,
98
// Token: 0x04001CB0 RID: 7344
99
EyeForAnEye
,
100
// Token: 0x04001CB1 RID: 7345
101
FeastOfMidas
,
102
// Token: 0x04001CB2 RID: 7346
103
UnusualSurvivalStrategies
,
104
// Token: 0x04001CB3 RID: 7347
105
NumPlatformAwards
106
}
PlatformAwards
PlatformAwards
Definition
PlatformAwards.cs:5
PlatformAwards.PetHoarder
@ PetHoarder
PlatformAwards.Engineer
@ Engineer
PlatformAwards.RedMoonRises
@ RedMoonRises
PlatformAwards.RockBottom
@ RockBottom
PlatformAwards.Corruptible
@ Corruptible
PlatformAwards.Airtime
@ Airtime
PlatformAwards.RideTheWorm
@ RideTheWorm
PlatformAwards.ChallengeAccepted
@ ChallengeAccepted
PlatformAwards.HeyListen
@ HeyListen
PlatformAwards.Completionist
@ Completionist
PlatformAwards.HomeSweetHome
@ HomeSweetHome
PlatformAwards.Landscaper
@ Landscaper
PlatformAwards.AKnightInShiningArmors
@ AKnightInShiningArmors
PlatformAwards.MaxedOut
@ MaxedOut
PlatformAwards.BonaFide
@ BonaFide
PlatformAwards.JustDesserts
@ JustDesserts
PlatformAwards.IsThisHeaven
@ IsThisHeaven
PlatformAwards.UnusualSurvivalStrategies
@ UnusualSurvivalStrategies
PlatformAwards.InfinityPlusOne
@ InfinityPlusOne
PlatformAwards.Hellevator
@ Hellevator
PlatformAwards.TerrariaStudent
@ TerrariaStudent
PlatformAwards.AllInTheFamily
@ AllInTheFamily
PlatformAwards.ImSmelting
@ ImSmelting
PlatformAwards.DeadMenTellNoTales
@ DeadMenTellNoTales
PlatformAwards.EmpressOfLight
@ EmpressOfLight
PlatformAwards.VanityOfVanities
@ VanityOfVanities
PlatformAwards.HallowedBeThyName
@ HallowedBeThyName
PlatformAwards.BootsOfTheHero
@ BootsOfTheHero
PlatformAwards.GoneInSixtySeconds
@ GoneInSixtySeconds
PlatformAwards.Homicidial
@ Homicidial
PlatformAwards.ToHellAndBack
@ ToHellAndBack
PlatformAwards.Slimer
@ Slimer
PlatformAwards.Ophthalmologist
@ Ophthalmologist
PlatformAwards.LeapATallBuildingInASingleBound
@ LeapATallBuildingInASingleBound
PlatformAwards.MarathonRunner
@ MarathonRunner
PlatformAwards.AppeaseTheVolcanoGods
@ AppeaseTheVolcanoGods
PlatformAwards.CrowdControl
@ CrowdControl
PlatformAwards.Icarus
@ Icarus
PlatformAwards.SafeFall
@ SafeFall
PlatformAwards.TerrariaExpert
@ TerrariaExpert
PlatformAwards.BePrepared
@ BePrepared
PlatformAwards.Exterminator
@ Exterminator
PlatformAwards.NumPlatformAwards
@ NumPlatformAwards
PlatformAwards.FeastOfMidas
@ FeastOfMidas
PlatformAwards.Crafty
@ Crafty
PlatformAwards.EyeForAnEye
@ EyeForAnEye
PlatformAwards.BackForSeconds
@ BackForSeconds
PlatformAwards.Survivor
@ Survivor
PlatformAwards.Blacksmith
@ Blacksmith
System.DTSubStringType.Invalid
@ Invalid
System
Definition
__ComObject.cs:4
source
PlatformAwards.cs
Generated by
1.10.0