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
IContentSource.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.IO
;
4
using
Cpp2ILInjected
;
5
6
namespace
ReLogic.Content.Sources
7
{
8
[global::Cpp2ILInjected.Token(Token =
"0x2000B4E"
)]
9
public
interface
IContentSource
10
{
11
[global::Cpp2ILInjected.Token(Token =
"0x17000927"
)]
12
IContentValidator
ContentValidator
13
{
14
[global::Cpp2ILInjected.Token(Token =
"0x600542A"
)]
15
get
;
16
[global::Cpp2ILInjected.Token(Token =
"0x600542B"
)]
17
set
;
18
}
19
20
[global::Cpp2ILInjected.Token(Token =
"0x600542C"
)]
21
bool
HasAsset
(
string
assetName
);
22
23
[global::Cpp2ILInjected.Token(Token =
"0x600542D"
)]
24
string
GetExtension
(
string
assetName
);
25
26
[global::Cpp2ILInjected.Token(Token =
"0x600542E"
)]
27
Stream
OpenStream
(
string
assetName
);
28
29
[global::Cpp2ILInjected.Token(Token =
"0x600542F"
)]
30
void
RejectAsset
(
string
assetName
,
IRejectionReason
reason);
31
32
[global::Cpp2ILInjected.Token(Token =
"0x6005430"
)]
33
void
ClearRejections
();
34
35
[global::Cpp2ILInjected.Token(Token =
"0x6005431"
)]
36
bool
TryGetRejections
(
List<string>
rejectionReasons
);
37
}
38
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.Collections.Generic.List
Definition
List.cs:15
System.IO.Stream
Definition
Stream.cs:17
ReLogic.Content.IContentValidator
Definition
IContentValidator.cs:8
ReLogic.Content.IRejectionReason
Definition
IRejectionReason.cs:8
ReLogic.Content.Sources.IContentSource.TryGetRejections
bool TryGetRejections(List< string > rejectionReasons)
ReLogic.Content.Sources.IContentSource.RejectAsset
void RejectAsset(string assetName, IRejectionReason reason)
ReLogic.Content.Sources.IContentSource.ClearRejections
void ClearRejections()
ReLogic.Content.Sources.IContentSource.ContentValidator
IContentValidator ContentValidator
Definition
IContentSource.cs:13
ReLogic.Content.Sources.IContentSource.OpenStream
Stream OpenStream(string assetName)
ReLogic.Content.Sources.IContentSource.HasAsset
bool HasAsset(string assetName)
ReLogic.Content.Sources.IContentSource.GetExtension
string GetExtension(string assetName)
ReLogic.Content.Sources.IContentSource
Definition
IContentSource.cs:10
Cpp2ILInjected
Definition
AddressAttribute.cs:4
ReLogic.Content.Sources
Definition
FileSystemContentSource.cs:10
System.Collections.Generic
Definition
ArrayBuilder.cs:6
System.IO
Definition
__Error.cs:9
System
Definition
__Il2CppComDelegate.cs:6
source
ReLogic
Content
Sources
IContentSource.cs
Generated by
1.10.0