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
ParticleOrchestraType.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria.GameContent.Drawing
4
{
5
// Token: 0x020009E6 RID: 2534
6
public
enum
ParticleOrchestraType
:
byte
7
{
8
// Token: 0x0400852C RID: 34092
9
Keybrand
,
10
// Token: 0x0400852D RID: 34093
11
FlameWaders
,
12
// Token: 0x0400852E RID: 34094
13
StellarTune
,
14
// Token: 0x0400852F RID: 34095
15
WallOfFleshGoatMountFlames
,
16
// Token: 0x04008530 RID: 34096
17
BlackLightningHit
,
18
// Token: 0x04008531 RID: 34097
19
RainbowRodHit
,
20
// Token: 0x04008532 RID: 34098
21
BlackLightningSmall
,
22
// Token: 0x04008533 RID: 34099
23
StardustPunch
,
24
// Token: 0x04008534 RID: 34100
25
PrincessWeapon
,
26
// Token: 0x04008535 RID: 34101
27
PaladinsHammer
,
28
// Token: 0x04008536 RID: 34102
29
NightsEdge
,
30
// Token: 0x04008537 RID: 34103
31
SilverBulletSparkle
,
32
// Token: 0x04008538 RID: 34104
33
TrueNightsEdge
,
34
// Token: 0x04008539 RID: 34105
35
Excalibur
,
36
// Token: 0x0400853A RID: 34106
37
TrueExcalibur
,
38
// Token: 0x0400853B RID: 34107
39
TerraBlade
,
40
// Token: 0x0400853C RID: 34108
41
ChlorophyteLeafCrystalPassive
,
42
// Token: 0x0400853D RID: 34109
43
ChlorophyteLeafCrystalShot
,
44
// Token: 0x0400853E RID: 34110
45
AshTreeShake
,
46
// Token: 0x0400853F RID: 34111
47
PetExchange
,
48
// Token: 0x04008540 RID: 34112
49
SlapHand
,
50
// Token: 0x04008541 RID: 34113
51
FlyMeal
,
52
// Token: 0x04008542 RID: 34114
53
GasTrap
,
54
// Token: 0x04008543 RID: 34115
55
ItemTransfer
,
56
// Token: 0x04008544 RID: 34116
57
ShimmerArrow
,
58
// Token: 0x04008545 RID: 34117
59
TownSlimeTransform
,
60
// Token: 0x04008546 RID: 34118
61
LoadoutChange
,
62
// Token: 0x04008547 RID: 34119
63
ShimmerBlock
,
64
// Token: 0x04008548 RID: 34120
65
Digestion
,
66
// Token: 0x04008549 RID: 34121
67
WaffleIron
,
68
// Token: 0x0400854A RID: 34122
69
PooFly
,
70
// Token: 0x0400854B RID: 34123
71
ShimmerTownNPC
,
72
// Token: 0x0400854C RID: 34124
73
ShimmerTownNPCSend
74
}
75
}
System
Definition
__ComObject.cs:4
Terraria.GameContent.Drawing.ParticleOrchestraType
ParticleOrchestraType
Definition
ParticleOrchestraType.cs:7
Terraria.GameContent.Drawing.ParticleOrchestraType.PetExchange
@ PetExchange
Terraria.GameContent.Drawing.ParticleOrchestraType.StardustPunch
@ StardustPunch
Terraria.GameContent.Drawing.ParticleOrchestraType.ShimmerBlock
@ ShimmerBlock
Terraria.GameContent.Drawing.ParticleOrchestraType.ChlorophyteLeafCrystalShot
@ ChlorophyteLeafCrystalShot
Terraria.GameContent.Drawing.ParticleOrchestraType.AshTreeShake
@ AshTreeShake
Terraria.GameContent.Drawing.ParticleOrchestraType.FlyMeal
@ FlyMeal
Terraria.GameContent.Drawing.ParticleOrchestraType.ItemTransfer
@ ItemTransfer
Terraria.GameContent.Drawing.ParticleOrchestraType.StellarTune
@ StellarTune
Terraria.GameContent.Drawing.ParticleOrchestraType.BlackLightningHit
@ BlackLightningHit
Terraria.GameContent.Drawing.ParticleOrchestraType.ShimmerArrow
@ ShimmerArrow
Terraria.GameContent.Drawing.ParticleOrchestraType.TrueExcalibur
@ TrueExcalibur
Terraria.GameContent.Drawing.ParticleOrchestraType.LoadoutChange
@ LoadoutChange
Terraria.GameContent.Drawing.ParticleOrchestraType.RainbowRodHit
@ RainbowRodHit
Terraria.GameContent.Drawing.ParticleOrchestraType.TerraBlade
@ TerraBlade
Terraria.GameContent.Drawing.ParticleOrchestraType.FlameWaders
@ FlameWaders
Terraria.GameContent.Drawing.ParticleOrchestraType.PaladinsHammer
@ PaladinsHammer
Terraria.GameContent.Drawing.ParticleOrchestraType.Excalibur
@ Excalibur
Terraria.GameContent.Drawing.ParticleOrchestraType.ShimmerTownNPCSend
@ ShimmerTownNPCSend
Terraria.GameContent.Drawing.ParticleOrchestraType.TownSlimeTransform
@ TownSlimeTransform
Terraria.GameContent.Drawing.ParticleOrchestraType.GasTrap
@ GasTrap
Terraria.GameContent.Drawing.ParticleOrchestraType.WaffleIron
@ WaffleIron
Terraria.GameContent.Drawing.ParticleOrchestraType.TrueNightsEdge
@ TrueNightsEdge
Terraria.GameContent.Drawing.ParticleOrchestraType.ShimmerTownNPC
@ ShimmerTownNPC
Terraria.GameContent.Drawing.ParticleOrchestraType.SilverBulletSparkle
@ SilverBulletSparkle
Terraria.GameContent.Drawing.ParticleOrchestraType.BlackLightningSmall
@ BlackLightningSmall
Terraria.GameContent.Drawing.ParticleOrchestraType.Digestion
@ Digestion
Terraria.GameContent.Drawing.ParticleOrchestraType.NightsEdge
@ NightsEdge
Terraria.GameContent.Drawing.ParticleOrchestraType.PrincessWeapon
@ PrincessWeapon
Terraria.GameContent.Drawing.ParticleOrchestraType.WallOfFleshGoatMountFlames
@ WallOfFleshGoatMountFlames
Terraria.GameContent.Drawing.ParticleOrchestraType.SlapHand
@ SlapHand
Terraria.GameContent.Drawing.ParticleOrchestraType.ChlorophyteLeafCrystalPassive
@ ChlorophyteLeafCrystalPassive
Terraria.GameContent.Drawing.ParticleOrchestraType.Keybrand
@ Keybrand
Terraria.GameContent.Drawing.ParticleOrchestraType.PooFly
@ PooFly
Terraria.GameContent.Drawing
Definition
ParticleOrchestraSettings.cs:6
source
Terraria
GameContent
Drawing
ParticleOrchestraType.cs
Generated by
1.10.0