Barotrauma Client Doc
Barotrauma.OutpostFile Class Reference
Inheritance diagram for Barotrauma.OutpostFile:
Barotrauma.BaseSubFile Barotrauma.ContentFile

Public Member Functions

 OutpostFile (ContentPackage contentPackage, ContentPath path)
 
- Public Member Functions inherited from Barotrauma.BaseSubFile
override void LoadFile ()
 
override void UnloadFile ()
 
override void Sort ()
 
override Md5Hash CalculateHash ()
 
- Public Member Functions inherited from Barotrauma.ContentFile
virtual void Preload (Action< Sprite > addPreloadedSprite)
 

Additional Inherited Members

- Static Public Member Functions inherited from Barotrauma.ContentFile
static bool IsLegacyContentType (XElement contentFileElement, ContentPackage package, bool logWarning)
 
static Result< ContentFile, ContentPackage.LoadErrorCreateFromXElement (ContentPackage contentPackage, XElement element)
 
- Public Attributes inherited from Barotrauma.BaseSubFile
readonly UInt32 UintIdentifier
 
- Public Attributes inherited from Barotrauma.ContentFile
readonly ContentPackage ContentPackage
 
readonly ContentPath Path
 
readonly Md5Hash Hash
 
- Static Public Attributes inherited from Barotrauma.ContentFile
static readonly ImmutableHashSet< TypeInfoTypes
 
- Protected Member Functions inherited from Barotrauma.BaseSubFile
 BaseSubFile (ContentPackage contentPackage, ContentPath path)
 
- Protected Member Functions inherited from Barotrauma.ContentFile
 ContentFile (ContentPackage contentPackage, ContentPath path)
 
- Properties inherited from Barotrauma.ContentFile
bool NotSyncedInMultiplayer [get]
 

Detailed Description

Definition at line 3 of file OutpostFile.cs.

Constructor & Destructor Documentation

◆ OutpostFile()

Barotrauma.OutpostFile.OutpostFile ( ContentPackage  contentPackage,
ContentPath  path 
)

Definition at line 5 of file OutpostFile.cs.