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

◆ OpenHerbBag()

void Terraria.Player.OpenHerbBag ( int bagType)
inline

Definition at line 3651 of file Player.cs.

3652 {
3654 int num = 310;
3655 if (num == 0)
3656 {
3657 }
3658 int num2;
3659 if (num2 == 0)
3660 {
3661 }
3662 float x = this.position.X;
3663 float y = this.position.Y;
3664 int width = this.width;
3665 bool wet = this.wet;
3666 if (num == 0)
3667 {
3668 }
3669 bool netClientOnly = Main.NetClientOnly;
3670 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Entity.cs:460
IEntitySource GetItemSource_OpenItem(int itemType)
Definition Player.cs:3859

References Terraria.Player.GetItemSource_OpenItem(), j__TPar, Terraria.Main.NetClientOnly, Terraria.Entity.position, Terraria.Entity.wet, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.