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_OnHit_ByProjectileSourceID.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000665")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6003703")]
11 [global::Cpp2ILInjected.Address(RVA = "0x141D7C8", Offset = "0x141D7C8", Length = "0x3C")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "GetProjectileSource_OnHit", MemberParameters = new object[]
13 {
15 typeof(int)
16 }, ReturnType = typeof(IEntitySource))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "GetProjectileSource_OnHurt", MemberParameters = new object[]
18 {
20 typeof(int)
21 }, ReturnType = typeof(IEntitySource))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Projectile), Member = "GetProjectileSource_OnHit", MemberParameters = new object[]
23 {
25 typeof(int)
26 }, ReturnType = typeof(IEntitySource))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
33
34 [global::Cpp2ILInjected.Token(Token = "0x400780F")]
35 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
36 public readonly int SourceId;
37 }
38}
class f__AnonymousType0<< Count > j__TPar
EntitySource_OnHit_ByProjectileSourceID(Entity entityStriking, Entity entityStruck, int projectileSourceId)