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

◆ EmitMaxManaEffect()

void Terraria.Player.EmitMaxManaEffect ( )
inlineprivate

Definition at line 16710 of file Player.cs.

16711 {
16712 float x = this.position.X;
16713 float y = this.position.Y;
16714 int width = this.width;
16715 bool wet = this.wet;
16716 }
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.