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

◆ NoteTriggerForPlayer()

static void PlatformAwardNotifierUtility.NoteTriggerForPlayer ( Player player,
eTrigger triggerType )
inlinestatic

Definition at line 60 of file PlatformAwardNotifierUtility.cs.

61 {
62 if (!true)
63 {
64 }
66 if (localUser != null && localUser.PlatformAwards != null)
67 {
68 return;
69 }
70 }
IPlatformAwardNotifier PlatformAwards
Definition LocalUser.cs:220
static LocalUser FindLocalUserByPlayer(Player player)

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

Referenced by Terraria.GameContent.Achievements.AchievementsHelper.NotifyNPCKilledDirect().