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
EntitySource_ItemOpen.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200064F")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60036ED")]
11 [global::Cpp2ILInjected.Address(RVA = "0x141D3D0", Offset = "0x141D3D0", Length = "0x30")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "GetItemSource_OpenItem", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(IEntitySource))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 public EntitySource_ItemOpen(Entity entity, int itemType)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x40077FD")]
21 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
23
24 [global::Cpp2ILInjected.Token(Token = "0x40077FE")]
25 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
26 public readonly int ItemType;
27 }
28}
class f__AnonymousType0<< Count > j__TPar