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
SceneManagerAPI.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000126")]
10 public class SceneManagerAPI
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000146")]
13 internal static SceneManagerAPI ActiveAPI
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x60005E0")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1F8CE20", Offset = "0x1F8CE20", Length = "0xA8")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SceneManager), Member = "LoadSceneAsyncNameIndexInternal", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(int),
22 typeof(bool)
23 }, ReturnType = typeof(AsyncOperation))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SceneManager), Member = "LoadFirstScene_Internal", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(AsyncOperation))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
27 get
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x17000147")]
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x60005E1")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1F8D0B8", Offset = "0x1F8D0B8", Length = "0x58")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
41 get
42 {
43 throw null;
44 }
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x60005E2")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1F8D110", Offset = "0x1F8D110", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
51 protected internal SceneManagerAPI()
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x60005E3")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1F8D118", Offset = "0x1F8D118", Length = "0x60")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x60005E4")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1F8D178", Offset = "0x1F8D178", Length = "0x8")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 protected internal virtual AsyncOperation LoadFirstScene(bool mustLoadAsync)
70 {
71 throw null;
72 }
73
74 // Note: this type is marked as 'beforefieldinit'.
75 [global::Cpp2ILInjected.Token(Token = "0x60005E5")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1F8D180", Offset = "0x1F8D180", Length = "0x5C")]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x40004E7")]
87
90 [global::Cpp2ILInjected.Token(Token = "0x40004E8")]
92 }
93}
class f__AnonymousType0<< Count > j__TPar
virtual AsyncOperation LoadFirstScene(bool mustLoadAsync)
virtual AsyncOperation LoadSceneAsyncByNameOrIndex(string sceneName, int sceneBuildIndex, LoadSceneParameters parameters, bool mustCompleteNextFrame)
static SceneManagerAPI< overrideAPI > k__BackingField