|
Barotrauma Server Doc
|
Public Member Functions | |
| 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) |
Public Attributes | |
| readonly UInt32 | UintIdentifier |
Public Attributes inherited from Barotrauma.ContentFile | |
| readonly ContentPackage | ContentPackage |
| readonly ContentPath | Path |
| readonly Md5Hash | Hash |
Protected Member Functions | |
| BaseSubFile (ContentPackage contentPackage, ContentPath path) | |
Protected Member Functions inherited from Barotrauma.ContentFile | |
| ContentFile (ContentPackage contentPackage, ContentPath path) | |
Additional Inherited Members | |
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) |
Static Public Attributes inherited from Barotrauma.ContentFile | |
| static readonly ImmutableHashSet< TypeInfo > | Types |
Properties inherited from Barotrauma.ContentFile | |
| bool | NotSyncedInMultiplayer [get] |
Definition at line 6 of file SubmarineFile.cs.
|
protected |
Definition at line 8 of file SubmarineFile.cs.
|
virtual |
Reimplemented from Barotrauma.ContentFile.
|
virtual |
Implements Barotrauma.ContentFile.
Definition at line 17 of file SubmarineFile.cs.
|
virtual |
Implements Barotrauma.ContentFile.
Definition at line 27 of file SubmarineFile.cs.
|
virtual |
Implements Barotrauma.ContentFile.
Definition at line 22 of file SubmarineFile.cs.
| readonly UInt32 Barotrauma.BaseSubFile.UintIdentifier |
Definition at line 15 of file SubmarineFile.cs.