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

◆ clientClone()

Item Terraria.Item.clientClone ( Item cloneDestination)
inline

Definition at line 1717 of file Item.cs.

1718 {
1719 int num = this.netID;
1721 int num2 = this.type;
1723 int num3 = this.stack;
1725 byte b = this.prefix;
1727 byte b2 = this.holdStyle;
1729 byte b3 = this.useStyle;
1731 short num4 = this.glowMask;
1733 int num5 = this.damage;
1735 int num6 = this.alpha;
1737 bool flag = this.noUseGraphic;
1739 bool flag2 = this.noWet;
1741 bool flag3 = this.ranged;
1743 float num7 = this.scale;
1745 Color color = this.color;
1747 bool flag4 = this.flame;
1749 int num8 = this.shoot;
1751 float num9 = this.shootSpeed;
1753 float num10 = this.knockBack;
1755 return cloneDestination;
1756 }
class f__AnonymousType0<< Count > j__TPar
float knockBack
Definition Item.cs:2252
byte holdStyle
Definition Item.cs:2210
float scale
Definition Item.cs:2270
bool noUseGraphic
Definition Item.cs:2090
bool noWet
Definition Item.cs:2111
float shootSpeed
Definition Item.cs:2346
byte useStyle
Definition Item.cs:2213
short glowMask
Definition Item.cs:2267
bool ranged
Definition Item.cs:2129
bool flame
Definition Item.cs:2039
byte prefix
Definition Item.cs:2397
Color color
Definition Item.cs:2261

References Terraria.Item.alpha, Terraria.Item.color, Terraria.Item.damage, Terraria.Item.flame, Terraria.Item.glowMask, Terraria.Item.holdStyle, j__TPar, Terraria.Item.knockBack, Terraria.Item.netID, Terraria.Item.noUseGraphic, Terraria.Item.noWet, Terraria.Item.prefix, Terraria.Item.ranged, Terraria.Item.scale, Terraria.Item.shoot, Terraria.Item.shootSpeed, Terraria.Item.stack, Terraria.Item.type, and Terraria.Item.useStyle.