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

◆ WithinRange()

bool Terraria.Entity.WithinRange ( Vector2 Target,
float MaxRange )
inlineinherited

Definition at line 121 of file Entity.cs.

122 {
123 Vector2 center = this.Center;
124 if (!true)
125 {
126 return;
127 }
128 }
Vector2 Center
Definition Entity.cs:134

References Terraria.Entity.Center.