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

◆ PlayerListSortMethod()

static int Terraria.Main.PlayerListSortMethod ( PlayerFileData data1,
PlayerFileData data2 )
inlinestaticprivate

Definition at line 3924 of file Main.cs.

3925 {
3926 return data1.Name.CompareTo(data2.Name);
3927 }

Referenced by Terraria.Main.LoadPlayers().

+ Here is the caller graph for this function: