|
Barotrauma Server
|
Public Types | |
| enum | EndType { None , Continue , Restart } |
Public Member Functions | |
| readonly record struct | EndMessageInfo (EndType EndType, Identifier NextTutorialIdentifier) |
| TutorialPrefab (ContentFile file, ContentXElement element) | |
| CharacterInfo | GetTutorialCharacterInfo () |
| override void | Dispose () |
Public Member Functions inherited from Barotrauma.Prefab | |
| Prefab (ContentFile file, Identifier identifier) | |
| Prefab (ContentFile file, ContentXElement element) | |
| void | Dispose () |
Public Attributes | |
| readonly int | Order |
| readonly bool | DisableBotConversations |
| readonly bool | AllowCharacterSwitch |
| readonly ContentPath | SubmarinePath = ContentPath.FromRaw("Content/Tutorials/Dugong_Tutorial.sub") |
| readonly ContentPath | OutpostPath = ContentPath.FromRaw("Content/Tutorials/TutorialOutpost.sub") |
| readonly string | LevelSeed |
| readonly string | LevelParams |
| readonly ImmutableArray< Identifier > | StartingItemTags |
| readonly Identifier | EventIdentifier |
| readonly Sprite | Banner |
| readonly EndMessageInfo | EndMessage |
Public Attributes inherited from Barotrauma.Prefab | |
| readonly Identifier | Identifier |
| readonly ContentFile | ContentFile |
Static Public Attributes | |
| static readonly PrefabCollection< TutorialPrefab > | Prefabs |
Static Public Attributes inherited from Barotrauma.Prefab | |
| static readonly ImmutableHashSet< Type > | Types |
Additional Inherited Members | |
Static Public Member Functions inherited from Barotrauma.Prefab | |
| static void | DisallowCallFromConstructor () |
Protected Member Functions inherited from Barotrauma.Prefab | |
| virtual Identifier | DetermineIdentifier (XElement element) |
Properties inherited from Barotrauma.Prefab | |
| ContentPackage? | ContentPackage [get] |
| ContentPath | FilePath [get] |
| Barotrauma.TutorialPrefab.TutorialPrefab | ( | ContentFile | file, |
| ContentXElement | element ) |
| override void Barotrauma.TutorialPrefab.Dispose | ( | ) |
| readonly record struct Barotrauma.TutorialPrefab.EndMessageInfo | ( | EndType | EndType, |
| Identifier | NextTutorialIdentifier ) |
| CharacterInfo Barotrauma.TutorialPrefab.GetTutorialCharacterInfo | ( | ) |
| readonly bool Barotrauma.TutorialPrefab.AllowCharacterSwitch |
| readonly Sprite Barotrauma.TutorialPrefab.Banner |
| readonly bool Barotrauma.TutorialPrefab.DisableBotConversations |
| readonly EndMessageInfo Barotrauma.TutorialPrefab.EndMessage |
| readonly Identifier Barotrauma.TutorialPrefab.EventIdentifier |
| readonly string Barotrauma.TutorialPrefab.LevelParams |
| readonly string Barotrauma.TutorialPrefab.LevelSeed |
| readonly int Barotrauma.TutorialPrefab.Order |
| readonly ContentPath Barotrauma.TutorialPrefab.OutpostPath = ContentPath.FromRaw("Content/Tutorials/TutorialOutpost.sub") |
|
static |
| readonly ImmutableArray<Identifier> Barotrauma.TutorialPrefab.StartingItemTags |
| readonly ContentPath Barotrauma.TutorialPrefab.SubmarinePath = ContentPath.FromRaw("Content/Tutorials/Dugong_Tutorial.sub") |