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
FileFormatException.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5using Terraria.IO;
7
8[global::Cpp2ILInjected.Token(Token = "0x2000068")]
10{
11 [global::Cpp2ILInjected.Token(Token = "0x6000232")]
12 [global::Cpp2ILInjected.Address(RVA = "0x70D320", Offset = "0x70D320", Length = "0x68")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LanguageManager), Member = "LoadFilesForCulture", MemberParameters = new object[] { typeof(GameCulture) }, ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileMetadata), Member = "Read", MemberParameters = new object[]
15 {
18 }, ReturnType = typeof(FileMetadata))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(FileMetadata), Member = "Read", MemberParameters = new object[] { typeof(BinaryReader) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
24 {
25 throw null;
26 }
27}
class f__AnonymousType0<< Count > j__TPar
FileFormatException(string exceptionReason)