terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
PlatformAwardNotifier_Stub.cs
Go to the documentation of this file.
1using System;
4using Terraria;
6
7[global::Cpp2ILInjected.Token(Token = "0x200029F")]
9{
10 [global::Cpp2ILInjected.Token(Token = "0x6000FB5")]
11 [global::Cpp2ILInjected.Address(RVA = "0xA39B70", Offset = "0xA39B70", Length = "0x4")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 public void Initialize(LocalUser user)
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x6000FB6")]
19 [global::Cpp2ILInjected.Address(RVA = "0xA39B74", Offset = "0xA39B74", Length = "0x4")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000FB7")]
27 [global::Cpp2ILInjected.Address(RVA = "0xA39B78", Offset = "0xA39B78", Length = "0x4")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6000FB8")]
35 [global::Cpp2ILInjected.Address(RVA = "0xA39B7C", Offset = "0xA39B7C", Length = "0x128")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_Achievements", ReturnType = typeof(AchievementManager))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AchievementManager), Member = "GetCondition", MemberParameters = new object[]
40 {
41 typeof(string),
42 typeof(string)
43 }, ReturnType = typeof(AchievementCondition))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x6000FB9")]
51 [global::Cpp2ILInjected.Address(RVA = "0xA39CA4", Offset = "0xA39CA4", Length = "0x4")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x6000FBA")]
59 [global::Cpp2ILInjected.Address(RVA = "0xA39CA8", Offset = "0xA39CA8", Length = "0x4")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x6000FBB")]
67 [global::Cpp2ILInjected.Address(RVA = "0xA39CAC", Offset = "0xA39CAC", Length = "0x4")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 {
71 throw null;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x6000FBC")]
75 [global::Cpp2ILInjected.Address(RVA = "0xA39CB0", Offset = "0xA39CB0", Length = "0x8")]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
79 {
80 throw null;
81 }
82
83 [global::Cpp2ILInjected.Token(Token = "0x4001C80")]
84 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
86}
class f__AnonymousType0<< Count > j__TPar
void NoteBossKill(eBossKillStatistics bossID)
void NoteTrigger(eTrigger triggerType)
void NoteSlimeDefeated(eSlimeKillStatistics slimeID)
void NoteMined(eMiningStatistics miningID, int amount)
void NoteItemCrafted(eCraftingStatistics craftingID)
void NoteTraveled(eDistanceStatistics distanceID)
eBossKillStatistics
eCraftingStatistics
eDistanceStatistics
eMiningStatistics
eSlimeKillStatistics
eTrigger
Definition eTrigger.cs:6