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

◆ Compare()

int Terraria.Projectile.NPCDistanceByIndexComparator.Compare ( Tuple< int, float > npcIndex1,
Tuple< int, float > npcIndex2 )
inline

Definition at line 37 of file Projectile.cs.

38 {
39 return npcIndex1.Item2.CompareTo(npcIndex2.Item2);
40 }