Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Compare()
[2/2]
int Terraria.Projectile.NPCDistanceByIndexComparator.Compare
(
Tuple
< int, float >
npcIndex1
,
Tuple
< int, float >
npcIndex2
)
inline
Definition at line
34
of file
Projectile.cs
.
35
{
36
return
npcIndex1
.Item2.CompareTo(
npcIndex2
.Item2);
37
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria
Projectile
NPCDistanceByIndexComparator
Generated by
1.10.0