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
PlatformAwardNotifierUtility.cs
Go to the documentation of this file.
1using System;
3using Terraria;
4
5// Token: 0x020002AD RID: 685
7{
8 // Token: 0x06000FC7 RID: 4039 RVA: 0x0004EAB0 File Offset: 0x0004CCB0
10 {
12 if (localUser != null && localUser.PlatformAwards != null)
13 {
16 return;
17 }
18 }
19
20 // Token: 0x06000FC8 RID: 4040 RVA: 0x0004EAE4 File Offset: 0x0004CCE4
22 {
23 if (!true)
24 {
25 }
27 if (localUser != null && localUser.PlatformAwards != null)
28 {
29 return;
30 }
31 }
32
33 // Token: 0x06000FC9 RID: 4041 RVA: 0x0004EB08 File Offset: 0x0004CD08
35 {
36 if (!true)
37 {
38 }
40 if (localUser != null && localUser.PlatformAwards != null)
41 {
42 return;
43 }
44 }
45
46 // Token: 0x06000FCA RID: 4042 RVA: 0x0004EB2C File Offset: 0x0004CD2C
48 {
49 if (!true)
50 {
51 }
53 if (localUser != null && localUser.PlatformAwards != null)
54 {
55 return;
56 }
57 }
58
59 // Token: 0x06000FCB RID: 4043 RVA: 0x0004EBD8 File Offset: 0x0004CDD8
60 public static void NoteTriggerForPlayer(Player player, eTrigger triggerType)
61 {
62 if (!true)
63 {
64 }
66 if (localUser != null && localUser.PlatformAwards != null)
67 {
68 return;
69 }
70 }
71
72 // Token: 0x06000FCC RID: 4044 RVA: 0x0004EBFC File Offset: 0x0004CDFC
74 {
75 if (!true)
76 {
77 }
78 }
79
80 // Token: 0x06000FCD RID: 4045 RVA: 0x0004EC24 File Offset: 0x0004CE24
82 {
83 if (!true)
84 {
85 }
86 }
87
88 // Token: 0x06000FCE RID: 4046 RVA: 0x0004EC4C File Offset: 0x0004CE4C
89 public static void NoteItemPickedUpForPlayer(Player player, int itemID)
90 {
91 if (!true)
92 {
93 }
95 if (localUser != null && localUser.PlatformAwards != null)
96 {
97 return;
98 }
99 }
100
101 // Token: 0x06000FCF RID: 4047 RVA: 0x0004ECBC File Offset: 0x0004CEBC
102 public static bool IsArmorForAchievement(int itemID)
103 {
104 if (!true)
105 {
106 }
107 return true;
108 }
109
110 // Token: 0x06000FD0 RID: 4048 RVA: 0x0004ECD0 File Offset: 0x0004CED0
124
125 // Token: 0x06000FD1 RID: 4049 RVA: 0x0004ED28 File Offset: 0x0004CF28
126 public static int GetAchievementIDFromTileID(int tileID)
127 {
128 if (!true)
129 {
130 }
131 return 133;
132 }
133
134 // Token: 0x06000FD2 RID: 4050 RVA: 0x0004ED44 File Offset: 0x0004CF44
136 {
137 }
138
139 // Token: 0x06000FD3 RID: 4051 RVA: 0x0004ED84 File Offset: 0x0004CF84
141 {
142 }
143
144 // Token: 0x06000FD4 RID: 4052 RVA: 0x0004EDD8 File Offset: 0x0004CFD8
145 public static void RegisterKillTileStatistic(Player player, int tileType)
146 {
147 }
148
149 // Token: 0x06000FD5 RID: 4053 RVA: 0x0004EDF4 File Offset: 0x0004CFF4
151 {
152 }
153
154 // Token: 0x06000FD6 RID: 4054 RVA: 0x0004EE08 File Offset: 0x0004D008
155 // Note: this type is marked as 'beforefieldinit'.
157 {
158 }
159
160 // Token: 0x04001D7B RID: 7547
161 public static int[] AchievementArmors;
162
163 // Token: 0x04001D7C RID: 7548
165}
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 eSlimeKillStatistics GetSlimeStatIDFromNetID(int netID)
static int GetAchievementIDFromTileID(int tileID)
static void RegisterKillTileStatistic(Player player, int tileType)
static void NoteItemPickedUpForPlayer(Player player, int itemID)
static void NoteCraftingStationUsed(Player player, int tileID)
static void NoteTriggerForPlayer(Player player, eTrigger triggerType)
static void NoteTriggerForAllLocalUsers(eTrigger triggerType)
static eBossKillStatistics GetBossStatIDFromNetID(int netID)
static void NoteSlimeDefeatedForPlayer(Player player, eSlimeKillStatistics slimeID)
static void NoteTraveledForPlayer(Player player, eDistanceStatistics distanceID)
static void NoteBossKillForAllLocalUsers(eBossKillStatistics bossID)
static void NoteItemCraftedForPlayer(Player player, eCraftingStatistics craftingID)
static void NoteMinedForPlayer(Player player, eMiningStatistics miningID)
static LocalUser FindLocalUserByPlayer(Player player)
eBossKillStatistics
eCraftingStatistics
eDistanceStatistics
eMiningStatistics
eSlimeKillStatistics
eTrigger
Definition eTrigger.cs:5