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
GameConfiguration.cs
Go to the documentation of this file.
1using System;
6
7namespace Terraria.IO
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000561")]
10 public class GameConfiguration
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6003378")]
13 [global::Cpp2ILInjected.Address(RVA = "0x133C020", Offset = "0x133C020", Length = "0x28")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldGenConfiguration), Member = ".ctor", MemberParameters = new object[] { typeof(JObject) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldGenConfiguration), Member = "GetPassConfiguration", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(GameConfiguration))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6003379")]
24 [global::Cpp2ILInjected.Address(RVA = "0x158A524", Offset = "0x158A524", Length = "0x28")]
25 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen.<>c", Member = "<GenerateWorld>b__277_1", MemberParameters = new object[]
27 {
30 }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.WorldGen.<>c", Member = "<GenerateWorld>b__277_100", MemberParameters = new object[]
32 {
35 }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JObject), Member = "get_Item", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(JToken))]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
39 public T Get<T>(string entry)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x4003C45")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
47 }
48}
class f__AnonymousType0<< Count > j__TPar
GameConfiguration(JObject configurationRoot)