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
PlatformUtilities.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
6namespace Terraria.Utilities
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000507")]
9 public static class PlatformUtilities
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600311B")]
12 [global::Cpp2ILInjected.Address(RVA = "0x130341C", Offset = "0x130341C", Length = "0x4C")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
16 public static void SavePng(Stream stream, int width, int height, int imgWidth, int imgHeight, byte[] data)
17 {
18 throw null;
19 }
20 }
21}
class f__AnonymousType0<< Count > j__TPar
static void SavePng(Stream stream, int width, int height, int imgWidth, int imgHeight, byte[] data)