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
InstanceCreationEditor.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200038C")]
8 public abstract class InstanceCreationEditor
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x17000568")]
11 public virtual string Text
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60017AE")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1E4D0DC", Offset = "0x1E4D0DC", Length = "0x40")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
17 get
18 {
19 throw null;
20 }
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60017AF")]
24 public abstract object CreateInstance(ITypeDescriptorContext context, Type instanceType);
25
26 [global::Cpp2ILInjected.Token(Token = "0x60017B0")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1E4D11C", Offset = "0x1E4D11C", Length = "0x8")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
31 {
32 throw null;
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar
object CreateInstance(ITypeDescriptorContext context, Type instanceType)