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
PlayableAsset.cs
Go to the documentation of this file.
1using System;
6
8{
9 [AssetFileNameExtension("playable", new string[] { })]
11 [global::Cpp2ILInjected.Token(Token = "0x200014B")]
13 public abstract class PlayableAsset : ScriptableObject
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000637")]
17
18 [global::Cpp2ILInjected.Token(Token = "0x1700014F")]
19 public virtual double duration
20 {
21 [global::Cpp2ILInjected.Token(Token = "0x6000638")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1F8FCA0", Offset = "0x1F8FCA0", Length = "0x58")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
25 get
26 {
27 throw null;
28 }
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x17000150")]
33 {
34 [global::Cpp2ILInjected.Token(Token = "0x6000639")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1F8FCF8", Offset = "0x1F8FCF8", Length = "0x58")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
38 get
39 {
40 throw null;
41 }
42 }
43
45 [global::Cpp2ILInjected.Token(Token = "0x600063A")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1F8FD50", Offset = "0x1F8FD50", Length = "0xD0")]
47 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Object), Member = "op_Equality", MemberParameters = new object[]
50 {
53 }, ReturnType = typeof(bool))]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Playable), Member = "get_Null", ReturnType = typeof(Playable))]
55 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
57 {
58 throw null;
59 }
60
62 [global::Cpp2ILInjected.Token(Token = "0x600063B")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1F8FE78", Offset = "0x1F8FE78", Length = "0x24")]
64 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x600063C")]
72 [global::Cpp2ILInjected.Address(RVA = "0x1F8FE9C", Offset = "0x1F8FE9C", Length = "0x8")]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ScriptableObject), Member = ".ctor", ReturnType = typeof(void))]
75 protected PlayableAsset()
76 {
77 throw null;
78 }
79 }
80}
class f__AnonymousType0<< Count > j__TPar
virtual IEnumerable< PlayableBinding > outputs
static void Internal_CreatePlayable(PlayableAsset asset, PlayableGraph graph, GameObject go, IntPtr ptr)
static void Internal_GetPlayableAssetDuration(PlayableAsset asset, IntPtr ptrToDouble)
Playable CreatePlayable(PlayableGraph graph, GameObject owner)