TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ DistanceSQ()

float Terraria.Entity.DistanceSQ ( Vector2 Other)
inlineinherited

Definition at line 282 of file Entity.cs.

283 {
284 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
285 //IL_0006: Unknown result type (might be due to invalid IL or missing references)
286 return Vector2.DistanceSquared(Center, Other);
287 }
Vector2 Center
Definition Entity.cs:70

References Terraria.Entity.Center.

Referenced by Terraria.ModLoader.Default.Patreon.OrianSetEffectPlayer.PostUpdate().

+ Here is the caller graph for this function: