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

◆ HorsemansBlade_SpawnPumpkin()

void Terraria.Player.HorsemansBlade_SpawnPumpkin ( int npcIndex,
int dmg,
float kb )
inline

Definition at line 13652 of file Player.cs.

13653 {
13654 if (!true)
13655 {
13656 }
13657 float x = this.position.X;
13658 float y = this.position.Y;
13659 if (32640 == 0)
13660 {
13661 }
13663 int whoAmI = this.whoAmI;
13664 }
Vector2 position
Definition Entity.cs:460
Item[] inventory
Definition Player.cs:21263

References Terraria.Player.inventory, Terraria.Entity.position, Terraria.Entity.whoAmI, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.