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
NativeArrayUnsafeUtility.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000020")]
9 public static class NativeArrayUnsafeUtility
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600002D")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1593A3C", Offset = "0x1593A3C", Length = "0xC")]
13 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BatchRendererGroup), Member = "InvokeOnPerformCulling", MemberParameters = new object[]
16 {
20 }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600002E")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1593A90", Offset = "0x1593A90", Length = "0x4")]
29 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMap", Member = "ClearMap", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMap", Member = "DrawToMap", ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMap", Member = "ApplySection", MemberParameters = new object[]
33 {
34 typeof(int),
35 typeof(int),
36 typeof(int),
37 typeof(int)
38 }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "GUIMap", Member = "DrawToMap_Section", MemberParameters = new object[]
40 {
41 typeof(int),
42 typeof(int)
43 }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
45 public unsafe static void* GetUnsafePtr<T>(this NativeArray<T> nativeArray) where T : struct
46 {
47 throw null;
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
static unsafe NativeArray< T > ConvertExistingDataToNativeArray< T >(void *dataPointer, int length, Allocator allocator)