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
Scene.cs
Go to the documentation of this file.
1using System;
5
7{
8 [NativeHeader("Runtime/Export/SceneManager/Scene.bindings.h")]
9 [global::Cpp2ILInjected.Token(Token = "0x2000124")]
11 public struct Scene
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000145")]
14 public int handle
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x60005DB")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1F8CF74", Offset = "0x1F8CF74", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x60005DC")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1F8CF7C", Offset = "0x1F8CF7C", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 public override int GetHashCode()
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x60005DD")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1F8CF84", Offset = "0x1F8CF84", Length = "0x78")]
35 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
38 public override bool Equals(object other)
39 {
40 throw null;
41 }
42
45 [global::Cpp2ILInjected.Token(Token = "0x40004E6")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
47 private int m_Handle;
48 }
49}
class f__AnonymousType0<< Count > j__TPar
override bool Equals(object other)
Definition Scene.cs:38