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

◆ TryDroppingSingleItem()

void Terraria.Player.TryDroppingSingleItem ( IEntitySource source,
Item theItem )
inline

Definition at line 18235 of file Player.cs.

18236 {
18237 int stack = theItem.stack;
18238 float x = this.position.X;
18239 float y = this.position.Y;
18240 int width = this.width;
18241 bool wet = this.wet;
18242 int type = theItem.type;
18243 if (32640 == 0)
18244 {
18245 }
18246 int netID = theItem.netID;
18247 byte prefix = theItem.prefix;
18248 int stack2 = theItem.stack;
18249 bool netClient = Main.NetClient;
18250 int num = 1;
18251 theItem.TurnToAir(num != 0);
18252 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Entity.cs:460

References j__TPar, Terraria.Main.NetClient, Terraria.Entity.position, System.stack, Terraria.Entity.wet, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.