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
OnDemandRendering.cs
Go to the documentation of this file.
1using System;
5
7{
9 [global::Cpp2ILInjected.Token(Token = "0x2000104")]
10 public class OnDemandRendering
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000117")]
13 public static int renderFrameInterval
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000556")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1F8A06C", Offset = "0x1F8A06C", Length = "0x58")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(OnDemandRendering), Member = "GetRenderFrameInterval", MemberParameters = new object[] { typeof(ref int) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
20 get
21 {
22 throw null;
23 }
24 }
25
27 [global::Cpp2ILInjected.Token(Token = "0x6000557")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1F8A0C4", Offset = "0x1F8A0C4", Length = "0x58")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(OnDemandRendering), Member = "get_renderFrameInterval", ReturnType = typeof(int))]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
32 internal static void GetRenderFrameInterval(out int frameInterval)
33 {
34 throw null;
35 }
36
37 // Note: this type is marked as 'beforefieldinit'.
38 [global::Cpp2ILInjected.Token(Token = "0x6000558")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1F8A11C", Offset = "0x1F8A11C", Length = "0x4C")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x400042E")]
48 private static int m_RenderFrameInterval;
49 }
50}
class f__AnonymousType0<< Count > j__TPar
static void GetRenderFrameInterval(out int frameInterval)