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
AssetLoader.cs
Go to the documentation of this file.
1using System;
7
8namespace ReLogic.Content
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000B3A")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60053D1")]
14 [global::Cpp2ILInjected.Address(RVA = "0x945A7C", Offset = "0x945A7C", Length = "0x28")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AssetInitializer), Member = "CreateAssetServices", MemberParameters = new object[] { typeof(GameServiceContainer) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60053D2")]
24 [global::Cpp2ILInjected.Address(RVA = "0x15719A8", Offset = "0x15719A8", Length = "0x170")]
25 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AssetReaderCollection), Member = "CanReadExtension", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x4008CF6")]
36 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
38 }
39}
class f__AnonymousType0<< Count > j__TPar
readonly AssetReaderCollection _readers
AssetLoader(AssetReaderCollection readers)
bool TryLoad< T >(string assetName, IContentSource source, out T resultAsset)