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

◆ NoteItemCraftedForPlayer()

static void PlatformAwardNotifierUtility.NoteItemCraftedForPlayer ( Player player,
eCraftingStatistics craftingID )
inlinestatic

Definition at line 21 of file PlatformAwardNotifierUtility.cs.

22 {
23 if (!true)
24 {
25 }
27 if (localUser != null && localUser.PlatformAwards != null)
28 {
29 return;
30 }
31 }
IPlatformAwardNotifier PlatformAwards
Definition LocalUser.cs:220
static LocalUser FindLocalUserByPlayer(Player player)

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