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() [1/2]

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

Definition at line 4554 of file NPC.cs.

4555 {
4556 float x = this.position.X;
4557 float y = this.position.Y;
4558 int width = this.width;
4559 bool wet = this.wet;
4560 if (32640 == 0)
4561 {
4562 }
4563 }
Vector2 position
Definition Entity.cs:460

References Terraria.Entity.position, Terraria.Entity.wet, Terraria.Entity.width, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.