Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
ReLogic.Content.Sources.IContentSource Interface Reference

Public Member Functions

IEnumerable< stringEnumerateAssets ()
 
string GetExtension (string assetName)
 Must be threadsafe!
 
Stream OpenStream (string fullAssetName)
 Must be threadsafe!
 
bool HasAsset (string assetName)
 Checks Rejections and GetExtension to determine if an asset exists.
 
IEnumerable< stringGetAllAssetsStartingWith (string assetNameStart)
 

Properties

IContentValidator ContentValidator [get, set]
 
RejectedAssetCollection Rejections [get]
 

Detailed Description

Definition at line 7 of file IContentSource.cs.


The documentation for this interface was generated from the following file: