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_Buff.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200064D")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60036EB")]
11 [global::Cpp2ILInjected.Address(RVA = "0x141D368", Offset = "0x141D368", Length = "0x3C")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "GetProjectileSource_Buff", 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_Buff(Entity entity, int buffId, int buffIndex)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x40077F8")]
21 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
23
24 [global::Cpp2ILInjected.Token(Token = "0x40077F9")]
25 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
26 public readonly int BuffId;
27
28 [global::Cpp2ILInjected.Token(Token = "0x40077FA")]
29 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
30 public readonly int BuffIndex;
31 }
32}
class f__AnonymousType0<< Count > j__TPar
EntitySource_Buff(Entity entity, int buffId, int buffIndex)