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

◆ NoteCraftingStationUsed()

static void PlatformAwardNotifierUtility.NoteCraftingStationUsed ( Player player,
int tileID )
inlinestatic

Definition at line 111 of file PlatformAwardNotifierUtility.cs.

112 {
117 int size = valuesInSet._size;
118 int size2 = valuesInSet._size;
119 if (localUser.PlatformAwards != null)
120 {
121 return;
122 }
123 }
class f__AnonymousType0<< Count > j__TPar
List< int > ValuesInSet
Definition IntHashSet.cs:94
void Add(int valueToAdd)
Definition IntHashSet.cs:24
PersistentUserData PersistentUserData
Definition LocalUser.cs:223
IPlatformAwardNotifier PlatformAwards
Definition LocalUser.cs:220
static int GetAchievementIDFromTileID(int tileID)
static LocalUser FindLocalUserByPlayer(Player player)

References System.Collections.Generic.List< T >._size, IntHashSet.Add(), PersistentUserData.CraftingsStationsUsed, UserManagement.FindLocalUserByPlayer(), GetAchievementIDFromTileID(), j__TPar, LocalUser.PersistentUserData, LocalUser.PlatformAwards, and IntHashSet.ValuesInSet.

Referenced by Terraria.Player.PlaceThing_ItemInExtractinator().