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
ComponentEditor.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200034D")]
8 public abstract class ComponentEditor
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60015F9")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1E3F150", Offset = "0x1E3F150", Length = "0x14")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
14 public bool EditComponent(object component)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x60015FA")]
20 public abstract bool EditComponent(ITypeDescriptorContext context, object component);
21
22 [global::Cpp2ILInjected.Token(Token = "0x60015FB")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1E3F164", Offset = "0x1E3F164", Length = "0x8")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
26 protected ComponentEditor()
27 {
28 throw null;
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
bool EditComponent(ITypeDescriptorContext context, object component)