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
AddComponentMenu.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20000B0")]
8 public sealed class AddComponentMenu : Attribute
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600031F")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1F7CC6C", Offset = "0x1F7CC6C", Length = "0x2C")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000320")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1F7CC98", Offset = "0x1F7CC98", Length = "0x30")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
23 public AddComponentMenu(string menuName, int order)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x400036D")]
29 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
30 private string m_AddComponentMenu;
31
32 [global::Cpp2ILInjected.Token(Token = "0x400036E")]
33 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
34 private int m_Ordering;
35 }
36}
class f__AnonymousType0<< Count > j__TPar
AddComponentMenu(string menuName, int order)