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
ComponentCollection.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000332")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001562")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E3B3E8", Offset = "0x1E3B3E8", Length = "0x40")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Container), Member = "get_Components", ReturnType = typeof(ComponentCollection))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReadOnlyCollectionBase), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReadOnlyCollectionBase), Member = "get_InnerList", ReturnType = typeof(ArrayList))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
18 public ComponentCollection(IComponent[] components)
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x170004DF")]
24 public virtual IComponent this[string name]
25 {
26 [global::Cpp2ILInjected.Token(Token = "0x6001563")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1E3B428", Offset = "0x1E3B428", Length = "0x55C")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReadOnlyCollectionBase), Member = "get_InnerList", ReturnType = typeof(ArrayList))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Equals", MemberParameters = new object[]
32 {
33 typeof(string),
34 typeof(string),
36 }, ReturnType = typeof(bool))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 25)]
38 get
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x170004E0")]
45 public virtual IComponent this[int index]
46 {
47 [global::Cpp2ILInjected.Token(Token = "0x6001564")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1E3B984", Offset = "0x1E3B984", Length = "0x88")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReadOnlyCollectionBase), Member = "get_InnerList", ReturnType = typeof(ArrayList))]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
53 get
54 {
55 throw null;
56 }
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6001565")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1E3BA0C", Offset = "0x1E3BA0C", Length = "0x38")]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ReadOnlyCollectionBase), Member = "get_InnerList", ReturnType = typeof(ArrayList))]
63 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
64 public void CopyTo(IComponent[] array, int index)
65 {
66 throw null;
67 }
68 }
69}
class f__AnonymousType0<< Count > j__TPar
void CopyTo(IComponent[] array, int index)