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

◆ OpenLegacyPresent()

void Terraria.Player.OpenLegacyPresent ( int itemType)
inline

Definition at line 3480 of file Player.cs.

3481 {
3483 int num;
3484 if (num != 0)
3485 {
3486 float x = this.position.X;
3487 float y = this.position.Y;
3488 int width = this.width;
3489 bool wet = this.wet;
3490 return;
3491 }
3492 if (32640 == 0)
3493 {
3494 }
3495 while (32640 == 0)
3496 {
3497 }
3498 if (32640 == 0)
3499 {
3500 }
3501 }
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.Entity.position, Terraria.Entity.wet, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.