Barotrauma Client Doc
|
Public Member Functions | |
NPCPersonalityTrait (XElement element, NPCPersonalityTraitsFile file) | |
override void | Dispose () |
Public Member Functions inherited from Barotrauma.Prefab | |
Prefab (ContentFile file, Identifier identifier) | |
Prefab (ContentFile file, ContentXElement element) | |
Static Public Member Functions | |
static NPCPersonalityTrait | GetRandom (string seed) |
Static Public Member Functions inherited from Barotrauma.Prefab | |
static void | DisallowCallFromConstructor () |
Public Attributes | |
readonly LocalizedString | DisplayName |
readonly List< string > | AllowedDialogTags |
Public Attributes inherited from Barotrauma.Prefab | |
readonly Identifier | Identifier |
readonly ContentFile | ContentFile |
Static Public Attributes | |
static readonly PrefabCollection< NPCPersonalityTrait > | Traits = new PrefabCollection<NPCPersonalityTrait>() |
Static Public Attributes inherited from Barotrauma.Prefab | |
static readonly ImmutableHashSet< Type > | Types |
Properties | |
float | Commonness [get] |
Properties inherited from Barotrauma.PrefabWithUintIdentifier | |
UInt32 | UintIdentifier [get, set] |
Properties inherited from Barotrauma.Prefab | |
ContentPackage? | ContentPackage [get] |
ContentPath | FilePath [get] |
Additional Inherited Members | |
Protected Member Functions inherited from Barotrauma.PrefabWithUintIdentifier | |
PrefabWithUintIdentifier (ContentFile file, Identifier identifier) | |
PrefabWithUintIdentifier (ContentFile file, ContentXElement element) | |
Protected Member Functions inherited from Barotrauma.Prefab | |
virtual Identifier | DetermineIdentifier (XElement element) |
Definition at line 8 of file NPCPersonalityTrait.cs.
Barotrauma.NPCPersonalityTrait.NPCPersonalityTrait | ( | XElement | element, |
NPCPersonalityTraitsFile | file | ||
) |
Definition at line 22 of file NPCPersonalityTrait.cs.
|
virtual |
Implements Barotrauma.Prefab.
Definition at line 45 of file NPCPersonalityTrait.cs.
|
static |
Definition at line 39 of file NPCPersonalityTrait.cs.
readonly List<string> Barotrauma.NPCPersonalityTrait.AllowedDialogTags |
Definition at line 14 of file NPCPersonalityTrait.cs.
readonly LocalizedString Barotrauma.NPCPersonalityTrait.DisplayName |
Definition at line 12 of file NPCPersonalityTrait.cs.
|
static |
Definition at line 10 of file NPCPersonalityTrait.cs.
|
get |
Definition at line 17 of file NPCPersonalityTrait.cs.