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

◆ NoteSlimeDefeatedForPlayer()

static void PlatformAwardNotifierUtility.NoteSlimeDefeatedForPlayer ( Player player,
eSlimeKillStatistics slimeID )
inlinestatic

Definition at line 9 of file PlatformAwardNotifierUtility.cs.

10 {
12 if (localUser != null && localUser.PlatformAwards != null)
13 {
16 return;
17 }
18 }
class f__AnonymousType0<< Count > j__TPar
PersistentUserData PersistentUserData
Definition LocalUser.cs:223
IPlatformAwardNotifier PlatformAwards
Definition LocalUser.cs:220
static LocalUser FindLocalUserByPlayer(Player player)

References UserManagement.FindLocalUserByPlayer(), j__TPar, LocalUser.PersistentUserData, LocalUser.PlatformAwards, and PersistentUserData.SlimeTypesKilled.

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