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_ItemUse_WithAmmo.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000650")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60036EE")]
11 [global::Cpp2ILInjected.Address(RVA = "0x141D400", Offset = "0x141D400", Length = "0x3C")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "GetProjectileSource_Item_WithPotentialAmmo", MemberParameters = new object[]
13 {
14 typeof(Item),
15 typeof(int)
16 }, ReturnType = typeof(IEntitySource))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x40077FF")]
25 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
27 }
28}
class f__AnonymousType0<< Count > j__TPar
EntitySource_ItemUse_WithAmmo(Entity entity, Item item, int ammoItemIdUsed)