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
Playable.cs
Go to the documentation of this file.
1using System;
6
8{
10 [global::Cpp2ILInjected.Token(Token = "0x200014E")]
11 public struct Playable : IEquatable<Playable>
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000151")]
14 public static Playable Null
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000647")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1F8FE20", Offset = "0x1F8FE20", Length = "0x58")]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayableAsset), Member = "Internal_CreatePlayable", MemberParameters = new object[]
19 {
24 }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
27 get
28 {
29 throw null;
30 }
31 }
32
34 [global::Cpp2ILInjected.Token(Token = "0x6000648")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1F8FED4", Offset = "0x1F8FED4", Length = "0x8")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 internal Playable(PlayableHandle handle)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6000649")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1F8FEDC", Offset = "0x1F8FEDC", Length = "0xC")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x600064A")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1F8FEE8", Offset = "0x1F8FEE8", Length = "0x74")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayableHandle), Member = "op_Equality", MemberParameters = new object[]
54 {
57 }, ReturnType = typeof(bool))]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
59 public bool Equals(Playable other)
60 {
61 throw null;
62 }
63
64 // Note: this type is marked as 'beforefieldinit'.
65 [global::Cpp2ILInjected.Token(Token = "0x600064B")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1F8FF5C", Offset = "0x1F8FF5C", Length = "0x70")]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayableHandle), Member = "get_Null", ReturnType = typeof(PlayableHandle))]
69 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
70 static Playable()
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x4000627")]
76 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
78
79 [global::Cpp2ILInjected.Token(Token = "0x4000628")]
81 }
82}
class f__AnonymousType0<< Count > j__TPar
bool Equals(Playable other)
Definition Playable.cs:59
Playable(PlayableHandle handle)
Definition Playable.cs:37
PlayableHandle GetHandle()
Definition Playable.cs:45
static readonly Playable m_NullPlayable
Definition Playable.cs:80