Barotrauma Client Doc
|
Public Member Functions | |
OrdersFile (ContentPackage contentPackage, ContentPath path) | |
void | LoadFromXElement (ContentXElement parentElement, bool overriding) |
override sealed void | LoadFile () |
override sealed void | UnloadFile () |
override sealed void | Sort () |
Public Member Functions inherited from Barotrauma.ContentFile | |
virtual void | Preload (Action< Sprite > addPreloadedSprite) |
virtual Md5Hash | CalculateHash () |
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) |
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 7 of file OrdersFile.cs.
Barotrauma.OrdersFile.OrdersFile | ( | ContentPackage | contentPackage, |
ContentPath | path | ||
) |
Definition at line 9 of file OrdersFile.cs.
|
virtual |
Implements Barotrauma.ContentFile.
Definition at line 50 of file OrdersFile.cs.
void Barotrauma.OrdersFile.LoadFromXElement | ( | ContentXElement | parentElement, |
bool | overriding | ||
) |
Definition at line 11 of file OrdersFile.cs.
|
virtual |
Implements Barotrauma.ContentFile.
Definition at line 65 of file OrdersFile.cs.
|
virtual |
Implements Barotrauma.ContentFile.
Definition at line 59 of file OrdersFile.cs.