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

◆ NoteTraveledForPlayer()

static void PlatformAwardNotifierUtility.NoteTraveledForPlayer ( Player player,
eDistanceStatistics distanceID )
inlinestatic

Definition at line 34 of file PlatformAwardNotifierUtility.cs.

35 {
36 if (!true)
37 {
38 }
40 if (localUser != null && localUser.PlatformAwards != null)
41 {
42 return;
43 }
44 }
IPlatformAwardNotifier PlatformAwards
Definition LocalUser.cs:220
static LocalUser FindLocalUserByPlayer(Player player)

References UserManagement.FindLocalUserByPlayer(), and LocalUser.PlatformAwards.