|
Barotrauma Server Doc
|
Public Member Functions | |
| NPCConversationCollection (NPCConversationsFile file, ContentXElement element) | |
| override void | Dispose () |
Public Member Functions inherited from Barotrauma.Prefab | |
| Prefab (ContentFile file, Identifier identifier) | |
| Prefab (ContentFile file, ContentXElement element) | |
Public Attributes | |
| readonly LanguageIdentifier | Language |
| readonly List< NPCConversation > | Conversations |
Public Attributes inherited from Barotrauma.Prefab | |
| readonly Identifier | Identifier |
| readonly ContentFile | ContentFile |
Static Public Attributes | |
| static readonly Dictionary< LanguageIdentifier, PrefabCollection< NPCConversationCollection > > | Collections = new Dictionary<LanguageIdentifier, PrefabCollection<NPCConversationCollection>>() |
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] |
Definition at line 10 of file NPCConversation.cs.
| Barotrauma.NPCConversationCollection.NPCConversationCollection | ( | NPCConversationsFile | file, |
| ContentXElement | element | ||
| ) |
Definition at line 18 of file NPCConversation.cs.
|
virtual |
Implements Barotrauma.Prefab.
Definition at line 32 of file NPCConversation.cs.
|
static |
Definition at line 12 of file NPCConversation.cs.
| readonly List<NPCConversation> Barotrauma.NPCConversationCollection.Conversations |
Definition at line 16 of file NPCConversation.cs.
| readonly LanguageIdentifier Barotrauma.NPCConversationCollection.Language |
Definition at line 14 of file NPCConversation.cs.