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
XnaExtensions.cs
Go to the documentation of this file.
1using System;
7using Terraria;
9using Terraria.IO;
10
11namespace ReLogic.Utilities
12{
13 [global::Cpp2ILInjected.Token(Token = "0x2000B0E")]
14 public static class XnaExtensions
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6005301")]
17 [global::Cpp2ILInjected.Address(RVA = "0x15AB14C", Offset = "0x15AB14C", Length = "0x150")]
18 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
19 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "LoadContent", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ResourcePack), Member = "CreateIcon", ReturnType = typeof(Texture2D))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LegacySoundPlayer), Member = "Load", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Asset<SoundEffect>))]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
26 public static T Get<T>(this IServiceProvider services) where T : class
27 {
28 throw null;
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
static T Get< T >(this IServiceProvider services)