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

◆ NoteItemPickedUpForPlayer()

static void PlatformAwardNotifierUtility.NoteItemPickedUpForPlayer ( Player player,
int itemID )
inlinestatic

Definition at line 89 of file PlatformAwardNotifierUtility.cs.

90 {
91 if (!true)
92 {
93 }
95 if (localUser != null && localUser.PlatformAwards != null)
96 {
97 return;
98 }
99 }
IPlatformAwardNotifier PlatformAwards
Definition LocalUser.cs:220
static LocalUser FindLocalUserByPlayer(Player player)

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

Referenced by Terraria.GameContent.Achievements.AchievementsHelper.NotifyItemPickup(), and Terraria.GameContent.Achievements.AchievementsHelper.NotifyItemPickup().