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.
1
using
System
;
2
using
System.IO
;
3
using
Cpp2ILInjected
;
4
using
Cpp2ILInjected.CallAnalysis
;
5
6
namespace
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.IO.Stream
Definition
Stream.cs:17
System.NotSupportedException
Definition
NotSupportedException.cs:33
System.Type
Definition
Type.cs:43
Terraria.Utilities.PlatformUtilities.SavePng
static void SavePng(Stream stream, int width, int height, int imgWidth, int imgHeight, byte[] data)
Definition
PlatformUtilities.cs:16
Terraria.Utilities.PlatformUtilities
Definition
PlatformUtilities.cs:10
Cpp2ILInjected.CallAnalysis
Definition
CallAnalysisNotSupportedAttribute.cs:4
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.IO
Definition
__Error.cs:9
System
Definition
__Il2CppComDelegate.cs:6
Terraria.Utilities
Definition
Bits64.cs:6
Terraria.PartyHatColor.Count
@ Count
source
Terraria
Utilities
PlatformUtilities.cs
Generated by
1.10.0