Barotrauma Client Doc
|
Public Member Functions | |
ServerExecutableFile (ContentPackage contentPackage, ContentPath path) | |
Public Member Functions inherited from Barotrauma.OtherFile | |
OtherFile (ContentPackage contentPackage, ContentPath path) | |
sealed override void | LoadFile () |
sealed override void | UnloadFile () |
sealed override void | Sort () |
Public Member Functions inherited from Barotrauma.HashlessFile | |
HashlessFile (ContentPackage contentPackage, ContentPath path) | |
sealed override Md5Hash | CalculateHash () |
Public Member Functions inherited from Barotrauma.ContentFile | |
virtual void | Preload (Action< Sprite > addPreloadedSprite) |
Static Public Member Functions | |
static ContentPath | MutateContentPath (ContentPath path) |
Static Public Member Functions inherited from Barotrauma.ContentFile | |
static bool | IsLegacyContentType (XElement contentFileElement, ContentPackage package, bool logWarning) |
static Result< ContentFile, ContentPackage.LoadError > | CreateFromXElement (ContentPackage contentPackage, XElement element) |
Additional Inherited Members | |
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< TypeInfo > | Types |
Protected Member Functions inherited from Barotrauma.ContentFile | |
ContentFile (ContentPackage contentPackage, ContentPath path) | |
Properties inherited from Barotrauma.ContentFile | |
bool | NotSyncedInMultiplayer [get] |
Definition at line 6 of file ServerExecutableFile.cs.
Barotrauma.ServerExecutableFile.ServerExecutableFile | ( | ContentPackage | contentPackage, |
ContentPath | path | ||
) |
Definition at line 9 of file ServerExecutableFile.cs.
|
static |
Definition at line 11 of file ServerExecutableFile.cs.