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

◆ HealEffect()

void Terraria.Player.HealEffect ( int healAmount,
bool broadcast = true )
inline

Definition at line 1810 of file Player.cs.

1811 {
1812 float x = this.position.X;
1813 float y = this.position.Y;
1814 int width = this.width;
1815 bool wet = this.wet;
1816 if (32640 == 0)
1817 {
1818 }
1819 if (32640 == 0)
1820 {
1821 }
1822 bool netClientOnly = Main.NetClientOnly;
1823 int whoAmI = this.whoAmI;
1824 if (32640 == 0)
1825 {
1826 }
1827 int myPlayer = Main.myPlayer;
1828 int whoAmI2 = this.whoAmI;
1829 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Entity.cs:460

References j__TPar, Terraria.Main.myPlayer, Terraria.Main.NetClientOnly, Terraria.Entity.position, Terraria.Entity.wet, Terraria.Entity.whoAmI, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.

Referenced by Terraria.Player.Heal(), Terraria.Player.ItemCheck_UseLifeCrystal(), and Terraria.Player.ItemCheck_UseLifeFruit().