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

◆ NotifyItemPickup() [1/2]

static void Terraria.GameContent.Achievements.AchievementsHelper.NotifyItemPickup ( Player player,
Item item )
inlinestatic

Definition at line 150 of file AchievementsHelper.cs.

151 {
152 int netID = item.netID;
153 int stack = item.stack;
154 int netID2 = item.netID;
156 }
class f__AnonymousType0<< Count > j__TPar
static void NoteItemPickedUpForPlayer(Player player, int itemID)

References System.item, j__TPar, PlatformAwardNotifierUtility.NoteItemPickedUpForPlayer(), and System.stack.