Barotrauma Client Doc
Barotrauma.NPCConversationCollection Class Reference
Inheritance diagram for Barotrauma.NPCConversationCollection:
Barotrauma.Prefab

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< NPCConversationConversations
 
- 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
ContentPackageContentPackage [get]
 
ContentPath FilePath [get]
 

Detailed Description

Definition at line 10 of file NPCConversation.cs.

Constructor & Destructor Documentation

◆ NPCConversationCollection()

Barotrauma.NPCConversationCollection.NPCConversationCollection ( NPCConversationsFile  file,
ContentXElement  element 
)

Definition at line 18 of file NPCConversation.cs.

Member Function Documentation

◆ Dispose()

override void Barotrauma.NPCConversationCollection.Dispose ( )
virtual

Implements Barotrauma.Prefab.

Definition at line 32 of file NPCConversation.cs.

Member Data Documentation

◆ Collections

readonly Dictionary<LanguageIdentifier, PrefabCollection<NPCConversationCollection> > Barotrauma.NPCConversationCollection.Collections = new Dictionary<LanguageIdentifier, PrefabCollection<NPCConversationCollection>>()
static

Definition at line 12 of file NPCConversation.cs.

◆ Conversations

readonly List<NPCConversation> Barotrauma.NPCConversationCollection.Conversations

Definition at line 16 of file NPCConversation.cs.

◆ Language

readonly LanguageIdentifier Barotrauma.NPCConversationCollection.Language

Definition at line 14 of file NPCConversation.cs.