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
AssetPathHelper.cs
Go to the documentation of this file.
1using System;
4
5namespace ReLogic.Content
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000B40")]
8 internal static class AssetPathHelper
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60053E0")]
11 [global::Cpp2ILInjected.Address(RVA = "0x946044", Offset = "0x946044", Length = "0x10")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AssetRepository), Member = "Request", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
13 {
14 typeof(string),
16 }, ReturnType = "ReLogic.Content.Asset`1<T>")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Replace", MemberParameters = new object[]
19 {
20 typeof(char),
21 typeof(char)
22 }, ReturnType = typeof(string))]
23 public static string CleanPath(string path)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x60053E1")]
29 [global::Cpp2ILInjected.Address(RVA = "0x946054", Offset = "0x946054", Length = "0xA4")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "LastIndexOf", MemberParameters = new object[]
33 {
34 typeof(char),
35 typeof(int)
36 }, ReturnType = typeof(int))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Remove", MemberParameters = new object[]
38 {
39 typeof(int),
40 typeof(int)
41 }, ReturnType = typeof(string))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Math), Member = "Max", MemberParameters = new object[]
43 {
44 typeof(int),
45 typeof(int)
46 }, ReturnType = typeof(int))]
47 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
48 private static int CollapseParentDirectory(ref string path, int position, int removeLength)
49 {
50 throw null;
51 }
52 }
53}
class f__AnonymousType0<< Count > j__TPar
static string CleanPath(string path)
static int CollapseParentDirectory(ref string path, int position, int removeLength)