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
IAchievementTracker.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2ILInjected
;
3
4
namespace
Terraria.Achievements
5
{
6
[global::Cpp2ILInjected.Token(Token =
"0x200069C"
)]
7
public
interface
IAchievementTracker
8
{
9
[global::Cpp2ILInjected.Token(Token =
"0x6003871"
)]
10
void
ReportAs
(
string
name
);
11
12
[global::Cpp2ILInjected.Token(Token =
"0x6003872"
)]
13
TrackerType
GetTrackerType
();
14
15
[global::Cpp2ILInjected.Token(Token =
"0x6003873"
)]
16
void
Load
();
17
18
[global::Cpp2ILInjected.Token(Token =
"0x6003874"
)]
19
void
Clear
();
20
}
21
}
Terraria.Achievements.IAchievementTracker.Load
void Load()
Terraria.Achievements.IAchievementTracker.ReportAs
void ReportAs(string name)
Terraria.Achievements.IAchievementTracker.GetTrackerType
TrackerType GetTrackerType()
Terraria.Achievements.IAchievementTracker.Clear
void Clear()
Terraria.Achievements.IAchievementTracker
Definition
IAchievementTracker.cs:8
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.ExceptionArgument.name
@ name
System
Definition
__Il2CppComDelegate.cs:6
Terraria.Achievements.TrackerType
TrackerType
Definition
TrackerType.cs:8
Terraria.Achievements
Definition
Achievement.cs:16
source
Terraria
Achievements
IAchievementTracker.cs
Generated by
1.10.0