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
CustomFlagCondition.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20009AA")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6004937")]
13 [global::Cpp2ILInjected.Address(RVA = "0x82BB98", Offset = "0x82BB98", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AchievementCondition), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
16 private CustomFlagCondition(string name)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6004938")]
22 [global::Cpp2ILInjected.Address(RVA = "0x82BBA0", Offset = "0x82BBA0", Length = "0x5C")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AchievementInitializer), Member = "Load", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 36)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AchievementCondition), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
27 public static AchievementCondition Create(string name)
28 {
29 throw null;
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
static AchievementCondition Create(string name)