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
RandomStyleInfo_OldMobile.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
6namespace Terraria.IO
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000572")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60033DF")]
12 [global::Cpp2ILInjected.Address(RVA = "0x13459BC", Offset = "0x13459BC", Length = "0x84")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldFile_OldMobile), Member = "loadWorldData", MemberParameters = new object[]
15 {
17 typeof(int)
18 }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
20 public bool Load(BinaryReader reader, int release)
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x60033E0")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1345A40", Offset = "0x1345A40", Length = "0x84")]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldFile_OldMobile), Member = ".cctor", ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x4003E34")]
37 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
38 public byte[] style;
39
40 [global::Cpp2ILInjected.Token(Token = "0x4003E35")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
42 public ushort[] X;
43 }
44}
class f__AnonymousType0<< Count > j__TPar
bool Load(BinaryReader reader, int release)