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
NetCreativeUnlocksModule.cs
Go to the documentation of this file.
1using System;
3using System.IO;
7using Terraria.Net;
8
10{
11 [global::Cpp2ILInjected.Token(Token = "0x20009F6")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6004B72")]
15 [global::Cpp2ILInjected.Address(RVA = "0x8A8584", Offset = "0x8A8584", Length = "0xA8")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetModule), Member = "CreatePacket", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(NetPacket))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetPacket), Member = "get_Writer", ReturnType = typeof(BinaryWriter))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
21 public static NetPacket SerializeItemSacrifice(int itemId, int sacrificeCount)
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6004B73")]
27 [global::Cpp2ILInjected.Address(RVA = "0x8A862C", Offset = "0x8A862C", Length = "0x12C")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "TValue")]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_LocalPlayerCreativeTracker", ReturnType = typeof(CreativeUnlocksTracker))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemsSacrificedUnlocksTracker), Member = "SetSacrificeCountDirectly", MemberParameters = new object[]
33 {
34 typeof(string),
35 typeof(int)
36 }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
38 public override bool Deserialize(BinaryReader reader, int userId)
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x6004B74")]
44 [global::Cpp2ILInjected.Address(RVA = "0x8A8758", Offset = "0x8A8758", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetModule), Member = ".ctor", ReturnType = typeof(void))]
48 {
49 throw null;
50 }
51 }
52}
class f__AnonymousType0<< Count > j__TPar
override bool Deserialize(BinaryReader reader, int userId)
static NetPacket SerializeItemSacrifice(int itemId, int sacrificeCount)